#87C2A8

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

Shades of Sea Nymph #87C2A8

Tints of Sea Nymph #87C2A8

Color information

#87C2A8 (or 0x87C2A8) is unknown color: approx Sea Nymph. HEX triplet: 87, C2 and A8. RGB value is (135,194,168). Sum of RGB (Red+Green+Blue) = 135+194+168=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #87C2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C2A8 is #783D57. Grayscale: #ADADAD. Windows color (decimal): -7880024 or 11059847. OLE color: 11059847.

HSL color Cylindrical-coordinate representation of color #87C2A8: hue angle of 153.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C2A8 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB135194168-
CMYK0.3000.130.24
HSL153.56º32.6%64.51%-
HSV(B)153.56º30.41%76.08%-
XYZ36.3546.5644.12-
YUV173.4124.95100.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.16%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=27.16%
G=39.03%
B=33.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1351941680.3000.130.24153.5632.664.51
Hex87C2A81E0D189a2141
Octal207302250360153023241101
Binary100001111100001010101000111100110111000100110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,194,168); }

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

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

 a { background-color: rgb(135,194,168); }

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

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

 span { border-color: rgb(135,194,168); }

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