#80ACA0

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

Shades of Sea Nymph #80ACA0

Tints of Sea Nymph #80ACA0

Color information

#80ACA0 (or 0x80ACA0) is unknown color: approx Sea Nymph. HEX triplet: 80, AC and A0. RGB value is (128,172,160). Sum of RGB (Red+Green+Blue) = 128+172+160=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACA0 is #7F535F. Grayscale: #9D9D9D. Windows color (decimal): -8344416 or 10529920. OLE color: 10529920.

HSL color Cylindrical-coordinate representation of color #80ACA0: hue angle of 163.64º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ACA0 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB128172160-
CMYK0.2600.070.33
HSL163.64º20.95%58.82%-
HSV(B)163.64º25.58%67.45%-
XYZ3036.6338.75-
YUV157.48129.42106.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=27.83%
G=37.39%
B=34.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721600.2600.070.33163.6420.9558.82
Hex80ACA01A0721a4153b
Octal2002542403207412442573
Binary1000000010101100101000001101001111000011010010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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