#87AEA0

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

Shades of Sea Nymph #87AEA0

Tints of Sea Nymph #87AEA0

Color information

#87AEA0 (or 0x87AEA0) is unknown color: approx Sea Nymph. HEX triplet: 87, AE and A0. RGB value is (135,174,160). Sum of RGB (Red+Green+Blue) = 135+174+160=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #87AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEA0 is #78515F. Grayscale: #A0A0A0. Windows color (decimal): -7885152 or 10530439. OLE color: 10530439.

HSL color Cylindrical-coordinate representation of color #87AEA0: hue angle of 158.46º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AEA0 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB135174160-
CMYK0.2200.080.32
HSL158.46º19.4%60.59%-
HSV(B)158.46º22.41%68.24%-
XYZ31.4737.9638.93-
YUV160.74127.58109.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=28.78%
G=37.10%
B=34.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741600.2200.080.32158.4619.460.59
Hex87AEA01608209e133d
Octal20725624026010402362375
Binary10000111101011101010000010110010001000001001111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,160); }

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

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

 a { background-color: rgb(135,174,160); }

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

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

 span { border-color: rgb(135,174,160); }

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