#80ABA8

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

Shades of Neptune #80ABA8

Tints of Neptune #80ABA8

Color information

#80ABA8 (or 0x80ABA8) is unknown color: approx Neptune. HEX triplet: 80, AB and A8. RGB value is (128,171,168). Sum of RGB (Red+Green+Blue) = 128+171+168=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #80ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABA8 is #7F5457. Grayscale: #9D9D9D. Windows color (decimal): -8344664 or 11053952. OLE color: 11053952.

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

Color convert

RGB128171168-
CMYK0.2500.020.33
HSL175.81º20.38%58.63%-
HSV(B)175.81º25.15%67.06%-
XYZ30.5336.5442.49-
YUV157.8133.75106.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=27.41%
G=36.62%
B=35.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711680.2500.020.33175.8120.3858.63
Hex80ABA8190221b0143b
Octal2002532503102412602473
Binary100000001010101110101000110010101000011011000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,168); }

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

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

 a { background-color: rgb(128,171,168); }

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

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

 span { border-color: rgb(128,171,168); }

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