#87BBAE

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

Shades of Sea Nymph #87BBAE

Tints of Sea Nymph #87BBAE

Color information

#87BBAE (or 0x87BBAE) is unknown color: approx Sea Nymph. HEX triplet: 87, BB and AE. RGB value is (135,187,174). Sum of RGB (Red+Green+Blue) = 135+187+174=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #87BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BBAE is #784451. Grayscale: #A9A9A9. Windows color (decimal): -7881810 or 11451271. OLE color: 11451271.

HSL color Cylindrical-coordinate representation of color #87BBAE: hue angle of 165º 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 #87BBAE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB135187174-
CMYK0.2800.070.27
HSL165º27.66%63.14%-
HSV(B)165º27.81%73.33%-
XYZ35.443.7546.62-
YUV169.97130.27103.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=27.22%
G=37.70%
B=35.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351871740.2800.070.2716527.6663.14
Hex87BBAE1C071Ba51c3f
Octal2072732563407332453477
Binary100001111011101110101110111000111110111010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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