#87BAA9

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

Shades of Sea Nymph #87BAA9

Tints of Sea Nymph #87BAA9

Color information

#87BAA9 (or 0x87BAA9) is unknown color: approx Sea Nymph. HEX triplet: 87, BA and A9. RGB value is (135,186,169). Sum of RGB (Red+Green+Blue) = 135+186+169=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #87BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BAA9 is #784556. Grayscale: #A8A8A8. Windows color (decimal): -7882071 or 11123335. OLE color: 11123335.

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

Color convert

RGB135186169-
CMYK0.2700.090.27
HSL160º26.98%62.94%-
HSV(B)160º27.42%72.94%-
XYZ34.7143.1344.03-
YUV168.81128.1103.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=27.55%
G=37.96%
B=34.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351861690.2700.090.2716026.9862.94
Hex87BAA91B091Ba01b3f
Octal20727225133011332403377
Binary1000011110111010101010011101101001110111010000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,186,169); }

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

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

 a { background-color: rgb(135,186,169); }

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

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

 span { border-color: rgb(135,186,169); }

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