#87ACA1

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

Shades of Sea Nymph #87ACA1

Tints of Sea Nymph #87ACA1

Color information

#87ACA1 (or 0x87ACA1) is unknown color: approx Sea Nymph. HEX triplet: 87, AC and A1. RGB value is (135,172,161). Sum of RGB (Red+Green+Blue) = 135+172+161=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #87ACA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ACA1 is #78535E. Grayscale: #9F9F9F. Windows color (decimal): -7885663 or 10595463. OLE color: 10595463.

HSL color Cylindrical-coordinate representation of color #87ACA1: hue angle of 162.16º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ACA1 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB135172161-
CMYK0.2200.060.33
HSL162.16º18.23%60.2%-
HSV(B)162.16º21.51%67.45%-
XYZ31.1837.2339.26-
YUV159.68128.74110.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.85%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=28.85%
G=36.75%
B=34.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721610.2200.060.33162.1618.2360.2
Hex87ACA1160621a2123c
Octal2072542412606412422274
Binary1000011110101100101000011011001101000011010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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