Shades of Neptune #79ADAC
Tints of Neptune #79ADAC
RGB
CMYK
RGB Variations
Color information
#79ADAC (or 0x79ADAC) is known color: Neptune. HEX triplet: 79, AD and AC. RGB value is (121,173,172). Sum of RGB (Red+Green+Blue) = 121+173+172=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #79ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ADAC is #865253. Grayscale: #9D9D9D. Windows color (decimal): -8802900 or 11316601. OLE color: 11316601.
HSL color Cylindrical-coordinate representation of color #79ADAC: hue angle of 178.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79ADAC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 173 | 172 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.32 |
| HSL | 178.85º | 0.24% | 0.58% | - |
| HSV(B) | 178.85º | 0.3% | 0.68% | - |
| XYZ | 30.28 | 36.93 | 44.56 | - |
| YUV | 157.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 172 | 0.30 | 0 | 0.01 | 0.32 | 178.85 | 0.24 | 0.58 |
| Hex | 79 | AD | AC | 1E | 0 | 1 | 20 | B3 | 18 | 3A |
| Octal | 171 | 255 | 254 | 36 | 0 | 1 | 40 | 263 | 30 | 72 |
| Binary | 1111001 | 10101101 | 10101100 | 11110 | 0 | 1 | 100000 | 10110011 | 11000 | 111010 |
Color Harmonies of #79ADAC
Complementary color
Monochromatic Colors of #79ADAC
Black with #79ADAC
Text Example
Text Example
White with #79ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADAC; }
p { color: rgb(121,173,172); }
H1.HeaderClassName
{
color: #79ADAC;
}
.AnyTagClassName
{
color: #79ADAC;
}
</style>
background-color css
<style>
a { background-color: #79ADAC; }
a { background-color: rgb(121,173,172); }
div.DivClassName
{
background-color: #79ADAC;
}
.BgClassName
{
background-color: #79ADAC;
}
</style>
border-color css
<style>
span { border-color: #79ADAC; }
span { border-color: rgb(121,173,172); }
td.TdClassName
{
border-color: #79ADAC;
}
.TagClassName
{
border-color: #79ADAC;
}
</style>