#80AFAD

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

Shades of Neptune #80AFAD

Tints of Neptune #80AFAD

Color information

#80AFAD (or 0x80AFAD) is unknown color: approx Neptune. HEX triplet: 80, AF and AD. RGB value is (128,175,173). Sum of RGB (Red+Green+Blue) = 128+175+173=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAD is #7F5052. Grayscale: #A0A0A0. Windows color (decimal): -8343635 or 11382656. OLE color: 11382656.

HSL color Cylindrical-coordinate representation of color #80AFAD: hue angle of 177.45º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AFAD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB128175173-
CMYK0.2700.010.31
HSL177.45º22.71%59.41%-
HSV(B)177.45º26.86%68.63%-
XYZ31.7738.2745.25-
YUV160.72134.93104.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=26.89%
G=36.76%
B=36.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751730.2700.010.31177.4522.7159.41
Hex80AFAD1B011Fb1173b
Octal2002572553301372612773
Binary1000000010101111101011011101101111111011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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