#80AFAE

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

Shades of Neptune #80AFAE

Tints of Neptune #80AFAE

Color information

#80AFAE (or 0x80AFAE) is unknown color: approx Neptune. HEX triplet: 80, AF and AE. RGB value is (128,175,174). Sum of RGB (Red+Green+Blue) = 128+175+174=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAE is #7F5051. Grayscale: #A0A0A0. Windows color (decimal): -8343634 or 11448192. OLE color: 11448192.

HSL color Cylindrical-coordinate representation of color #80AFAE: hue angle of 178.72º 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 #80AFAE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB128175174-
CMYK0.2700.010.31
HSL178.72º22.71%59.41%-
HSV(B)178.72º26.86%68.63%-
XYZ31.8738.3145.76-
YUV160.83135.43104.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=26.83%
G=36.69%
B=36.48%

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
Decimal1281751740.2700.010.31178.7222.7159.41
Hex80AFAE1B011Fb3173b
Octal2002572563301372632773
Binary1000000010101111101011101101101111111011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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