#87C0A9

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

Shades of Sea Nymph #87C0A9

Tints of Sea Nymph #87C0A9

Color information

#87C0A9 (or 0x87C0A9) is unknown color: approx Sea Nymph. HEX triplet: 87, C0 and A9. RGB value is (135,192,169). Sum of RGB (Red+Green+Blue) = 135+192+169=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #87C0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C0A9 is #783F56. Grayscale: #ACACAC. Windows color (decimal): -7880535 or 11124871. OLE color: 11124871.

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

Color convert

RGB135192169-
CMYK0.3000.120.25
HSL155.79º31.15%64.12%-
HSV(B)155.79º29.69%75.29%-
XYZ3645.7144.46-
YUV172.33126.12101.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.22%
GREEN value IS 192 (75.39% from 255) = 38.71%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=27.22%
G=38.71%
B=34.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351921690.3000.120.25155.7931.1564.12
Hex87C0A91E0C199c1f40
Octal207300251360143123437100
Binary10000111110000001010100111110011001100110011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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