#87BBAB

Color #87BBAB Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #87BBAB

Tints of Sea Nymph #87BBAB

Color information

#87BBAB (or 0x87BBAB) is unknown color: approx Sea Nymph. HEX triplet: 87, BB and AB. RGB value is (135,187,171). Sum of RGB (Red+Green+Blue) = 135+187+171=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #87BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BBAB is #784454. Grayscale: #A9A9A9. Windows color (decimal): -7881813 or 11254663. OLE color: 11254663.

HSL color Cylindrical-coordinate representation of color #87BBAB: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87BBAB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB135187171-
CMYK0.2800.090.27
HSL161.54º27.66%63.14%-
HSV(B)161.54º27.81%73.33%-
XYZ35.1143.6345.1-
YUV169.63128.77103.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 171 (67.19% from 255) = 34.69%
R=27.38%
G=37.93%
B=34.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351871710.2800.090.27161.5427.6663.14
Hex87BBAB1C091Ba21c3f
Octal20727325334011332423477
Binary1000011110111011101010111110001001110111010001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BBAB; }

 p { color: rgb(135,187,171); }

 H1.HeaderClassName
 {
   color: #87BBAB;
 }
 .AnyTagClassName
 {
   color: #87BBAB;
 }
</style>
background-color css

<style>
 a { background-color: #87BBAB; }

 a { background-color: rgb(135,187,171); }

 div.DivClassName
 {
   background-color: #87BBAB;
 }
 .BgClassName
 {
   background-color: #87BBAB;
 }
</style>
border-color css

<style>
 span { border-color: #87BBAB; }

 span { border-color: rgb(135,187,171); }

 td.TdClassName
 {
   border-color: #87BBAB;
 }
 .TagClassName
 {
   border-color: #87BBAB;
 }
</style>