#87AEA8

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

Shades of Sea Nymph #87AEA8

Tints of Sea Nymph #87AEA8

Color information

#87AEA8 (or 0x87AEA8) is unknown color: approx Sea Nymph. HEX triplet: 87, AE and A8. RGB value is (135,174,168). Sum of RGB (Red+Green+Blue) = 135+174+168=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #87AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEA8 is #785157. Grayscale: #A1A1A1. Windows color (decimal): -7885144 or 11054727. OLE color: 11054727.

HSL color Cylindrical-coordinate representation of color #87AEA8: hue angle of 170.77º 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 #87AEA8 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB135174168-
CMYK0.2200.030.32
HSL170.77º19.4%60.59%-
HSV(B)170.77º22.41%68.24%-
XYZ32.238.2542.73-
YUV161.65131.58108.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=28.30%
G=36.48%
B=35.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741680.2200.030.32170.7719.460.59
Hex87AEA8160320ab133d
Octal2072562502603402532375
Binary100001111010111010101000101100111000001010101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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