#80AFAF

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

Shades of Neptune #80AFAF

Tints of Neptune #80AFAF

Color information

#80AFAF (or 0x80AFAF) is unknown color: approx Neptune. HEX triplet: 80, AF and AF. RGB value is (128,175,175). Sum of RGB (Red+Green+Blue) = 128+175+175=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #80AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAF is #7F5050. Grayscale: #A0A0A0. Windows color (decimal): -8343633 or 11513728. OLE color: 11513728.

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

Color convert

RGB128175175-
CMYK0.27000.31
HSL180º22.71%59.41%-
HSV(B)180º26.86%68.63%-
XYZ31.9738.3446.27-
YUV160.95135.93104.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 175 (68.75% from 255) = 36.61%
R=26.78%
G=36.61%
B=36.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751750.27000.3118022.7159.41
Hex80AFAF1B001Fb4173b
Octal2002572573300372642773
Binary1000000010101111101011111101100111111011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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