#87ADA1

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

Shades of Sea Nymph #87ADA1

Tints of Sea Nymph #87ADA1

Color information

#87ADA1 (or 0x87ADA1) is unknown color: approx Sea Nymph. HEX triplet: 87, AD and A1. RGB value is (135,173,161). Sum of RGB (Red+Green+Blue) = 135+173+161=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #87ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADA1 is #78525E. Grayscale: #A0A0A0. Windows color (decimal): -7885407 or 10595719. OLE color: 10595719.

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

Color convert

RGB135173161-
CMYK0.2200.070.32
HSL161.05º18.81%60.39%-
HSV(B)161.05º21.97%67.84%-
XYZ31.3737.6139.32-
YUV160.27128.41109.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.78%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=28.78%
G=36.89%
B=34.33%

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
Decimal1351731610.2200.070.32161.0518.8160.39
Hex87ADA1160720a1133c
Octal2072552412607402412374
Binary1000011110101101101000011011001111000001010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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