#87AEA1

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

Shades of Sea Nymph #87AEA1

Tints of Sea Nymph #87AEA1

Color information

#87AEA1 (or 0x87AEA1) is unknown color: approx Sea Nymph. HEX triplet: 87, AE and A1. RGB value is (135,174,161). Sum of RGB (Red+Green+Blue) = 135+174+161=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #87AEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEA1 is #78515E. Grayscale: #A0A0A0. Windows color (decimal): -7885151 or 10595975. OLE color: 10595975.

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

Color convert

RGB135174161-
CMYK0.2200.070.32
HSL160º19.4%60.59%-
HSV(B)160º22.41%68.24%-
XYZ31.563839.39-
YUV160.86128.08109.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=28.72%
G=37.02%
B=34.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741610.2200.070.3216019.460.59
Hex87AEA1160720a0133d
Octal2072562412607402402375
Binary1000011110101110101000011011001111000001010000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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