#87C0A6

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

Shades of Sea Nymph #87C0A6

Tints of Sea Nymph #87C0A6

Color information

#87C0A6 (or 0x87C0A6) is unknown color: approx Sea Nymph. HEX triplet: 87, C0 and A6. RGB value is (135,192,166). Sum of RGB (Red+Green+Blue) = 135+192+166=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0A6 is #783F59. Grayscale: #ACACAC. Windows color (decimal): -7880538 or 10928263. OLE color: 10928263.

HSL color Cylindrical-coordinate representation of color #87C0A6: hue angle of 152.63º 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 #87C0A6 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB135192166-
CMYK0.3000.140.25
HSL152.63º31.15%64.12%-
HSV(B)152.63º29.69%75.29%-
XYZ35.7245.643-
YUV171.99124.62101.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.38%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=27.38%
G=38.95%
B=33.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921660.3000.140.25152.6331.1564.12
Hex87C0A61E0E19991f40
Octal207300246360163123137100
Binary10000111110000001010011011110011101100110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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