#80A9A6

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

Shades of Neptune #80A9A6

Tints of Neptune #80A9A6

Color information

#80A9A6 (or 0x80A9A6) is unknown color: approx Neptune. HEX triplet: 80, A9 and A6. RGB value is (128,169,166). Sum of RGB (Red+Green+Blue) = 128+169+166=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #80A9A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A9A6 is #7F5659. Grayscale: #9C9C9C. Windows color (decimal): -8345178 or 10922368. OLE color: 10922368.

HSL color Cylindrical-coordinate representation of color #80A9A6: hue angle of 175.61º 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 #80A9A6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB128169166-
CMYK0.2400.020.34
HSL175.61º19.25%58.24%-
HSV(B)175.61º24.26%66.27%-
XYZ29.9735.7241.39-
YUV156.4133.42107.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.65%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=27.65%
G=36.50%
B=35.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281691660.2400.020.34175.6119.2558.24
Hex80A9A6180222b0133a
Octal2002512463002422602372
Binary100000001010100110100110110000101000101011000010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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