#87C0AA

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

Shades of Sea Nymph #87C0AA

Tints of Sea Nymph #87C0AA

Color information

#87C0AA (or 0x87C0AA) is unknown color: approx Sea Nymph. HEX triplet: 87, C0 and AA. RGB value is (135,192,170). Sum of RGB (Red+Green+Blue) = 135+192+170=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0AA is #783F55. Grayscale: #ACACAC. Windows color (decimal): -7880534 or 11190407. OLE color: 11190407.

HSL color Cylindrical-coordinate representation of color #87C0AA: hue angle of 156.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C0AA is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB135192170-
CMYK0.3000.110.25
HSL156.84º31.15%64.12%-
HSV(B)156.84º29.69%75.29%-
XYZ36.145.7544.96-
YUV172.45126.62101.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=27.16%
G=38.63%
B=34.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921700.3000.110.25156.8431.1564.12
Hex87C0AA1E0B199d1f40
Octal207300252360133123537100
Binary10000111110000001010101011110010111100110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,192,170); }

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

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

 a { background-color: rgb(135,192,170); }

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

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

 span { border-color: rgb(135,192,170); }

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