#87ACA0

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

Shades of Sea Nymph #87ACA0

Tints of Sea Nymph #87ACA0

Color information

#87ACA0 (or 0x87ACA0) is unknown color: approx Sea Nymph. HEX triplet: 87, AC and A0. RGB value is (135,172,160). Sum of RGB (Red+Green+Blue) = 135+172+160=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #87ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ACA0 is #78535F. Grayscale: #9F9F9F. Windows color (decimal): -7885664 or 10529927. OLE color: 10529927.

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

Color convert

RGB135172160-
CMYK0.2200.070.33
HSL160.54º18.23%60.2%-
HSV(B)160.54º21.51%67.45%-
XYZ31.0937.1938.8-
YUV159.57128.24110.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.91%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=28.91%
G=36.83%
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.33
SystemRedGreenBlueCMYKHSL
Decimal1351721600.2200.070.33160.5418.2360.2
Hex87ACA0160721a1123c
Octal2072542402607412412274
Binary1000011110101100101000001011001111000011010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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