#80ADAA

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

Shades of Neptune #80ADAA

Tints of Neptune #80ADAA

Color information

#80ADAA (or 0x80ADAA) is unknown color: approx Neptune. HEX triplet: 80, AD and AA. RGB value is (128,173,170). Sum of RGB (Red+Green+Blue) = 128+173+170=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #80ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAA is #7F5255. Grayscale: #9F9F9F. Windows color (decimal): -8344150 or 11185536. OLE color: 11185536.

HSL color Cylindrical-coordinate representation of color #80ADAA: hue angle of 176º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ADAA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB128173170-
CMYK0.2600.020.32
HSL176º21.53%59.02%-
HSV(B)176º26.01%67.84%-
XYZ31.137.3843.61-
YUV159.2134.09105.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=27.18%
G=36.73%
B=36.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731700.2600.020.3217621.5359.02
Hex80ADAA1A0220b0163b
Octal2002552523202402602673
Binary100000001010110110101010110100101000001011000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,173,170); }

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

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

 a { background-color: rgb(128,173,170); }

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

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

 span { border-color: rgb(128,173,170); }

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