Shades of Neptune #80ADAC
Tints of Neptune #80ADAC
RGB
CMYK
RGB Variations
Color information
#80ADAC (or 0x80ADAC) is known color: Neptune. HEX triplet: 80, AD and AC. RGB value is (128,173,172). Sum of RGB (Red+Green+Blue) = 128+173+172=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #80ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ADAC is #7F5253. Grayscale: #9F9F9F. Windows color (decimal): -8344148 or 11316608. OLE color: 11316608.
HSL color Cylindrical-coordinate representation of color #80ADAC: hue angle of 178.67º 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 #80ADAC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 172 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.32 |
| HSL | 178.67º | 0.22% | 0.59% | - |
| HSV(B) | 178.67º | 0.26% | 0.68% | - |
| XYZ | 31.29 | 37.45 | 44.61 | - |
| YUV | 159.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 172 | 0.26 | 0 | 0.01 | 0.32 | 178.67 | 0.22 | 0.59 |
| Hex | 80 | AD | AC | 1A | 0 | 1 | 20 | B3 | 16 | 3B |
| Octal | 200 | 255 | 254 | 32 | 0 | 1 | 40 | 263 | 26 | 73 |
| Binary | 10000000 | 10101101 | 10101100 | 11010 | 0 | 1 | 100000 | 10110011 | 10110 | 111011 |
Color Harmonies of #80ADAC
Complementary color
Monochromatic Colors of #80ADAC
Black with #80ADAC
Text Example
Text Example
White with #80ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADAC; }
p { color: rgb(128,173,172); }
H1.HeaderClassName
{
color: #80ADAC;
}
.AnyTagClassName
{
color: #80ADAC;
}
</style>
background-color css
<style>
a { background-color: #80ADAC; }
a { background-color: rgb(128,173,172); }
div.DivClassName
{
background-color: #80ADAC;
}
.BgClassName
{
background-color: #80ADAC;
}
</style>
border-color css
<style>
span { border-color: #80ADAC; }
span { border-color: rgb(128,173,172); }
td.TdClassName
{
border-color: #80ADAC;
}
.TagClassName
{
border-color: #80ADAC;
}
</style>