#80A9A0

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

Shades of Sea Nymph #80A9A0

Tints of Sea Nymph #80A9A0

Color information

#80A9A0 (or 0x80A9A0) is unknown color: approx Sea Nymph. HEX triplet: 80, A9 and A0. RGB value is (128,169,160). Sum of RGB (Red+Green+Blue) = 128+169+160=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #80A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A9A0 is #7F565F. Grayscale: #9B9B9B. Windows color (decimal): -8345184 or 10529152. OLE color: 10529152.

HSL color Cylindrical-coordinate representation of color #80A9A0: hue angle of 166.83º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A9A0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB128169160-
CMYK0.2400.050.34
HSL166.83º19.25%58.24%-
HSV(B)166.83º24.26%66.27%-
XYZ29.4435.538.56-
YUV155.72130.42108.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=28.01%
G=36.98%
B=35.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281691600.2400.050.34166.8319.2558.24
Hex80A9A0180522a7133a
Octal2002512403005422472372
Binary1000000010101001101000001100001011000101010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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