Color Hex Logo

#61bfbb Color Hex

#61BFBB
(97,191,187)
0 Favorites   0 Comments

Color spaces of #61bfbb

RGB 97191187
HSL0.490.420.56
HSV177°49°75°
CMYK 0.490.000.02   0.25
XYZ32.530243.390853.6745
Yxy43.39080.25100.3348
Hunter Lab65.8717-27.1247-2.2013
CIE-Lab71.8194-28.7859-6.5783

#61bfbb color RGB value is (97,191,187).

#61bfbb hex color red value is 97, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #61bfbb hue: 0.49 , saturation: 0.42 and the lightness value of 61bfbb is 0.56.

The process color (four color CMYK) of #61bfbb color hex is 0.49, 0.00, 0.02, 0.25. Web safe color of #61bfbb is #66cccc. Color #61bfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 10111011
Octal 141 277 273
Decimal 97 191 187
Hex 61 BF BB

RGB Percentages of Color #61bfbb

%20.42
%40.21
%39.37

CMYK Percentages of Color #61bfbb

%49
%0
%2
%25

Triadic Colors of #61bfbb

#61bfbb #bb61bf #bfbb61

Analogous Colors of #61bfbb

#61bfbb #6194bf #61bf8c

Monochromatic Colors of #61bfbb

#61bfbb

Complementary Color

#61bfbb #bf6165

#61bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfbb Color CSS Codes

.mybgcolor {background-color:#61bfbb; } 
.myforecolor {color:#61bfbb; }
.mybordercolor {border:3px solid #61bfbb; }

#61bfbb Text Font Color

<p style="color:#61bfbb">Text here</p>

This sample text font color is #61bfbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#61bfbb Background Color

<div style="background-color:#61bfbb">
Div content here</div>

This div background color is #61bfbb


#61bfbb Border Color

<div style="border:3px solid #61bfbb">
Div here</div>

This div border color is #61bfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,191,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61bfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61bfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #61bfbb;
  box-shadow:         1px 1px 3px 2px #61bfbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,191,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #61bfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #61bfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #61bfbb;
  box-shadow:         1px 1px 3px 2px #61bfbb;">
Div content here</div>

This div box has shadow with color #61bfbb


Comments

No comments written yet.

Please login to write comment.