Shades of Neptune #79A8AD
Tints of Neptune #79A8AD
RGB
CMYK
RGB Variations
Color information
#79A8AD (or 0x79A8AD) is known color: Neptune. HEX triplet: 79, A8 and AD. RGB value is (121,168,173). Sum of RGB (Red+Green+Blue) = 121+168+173=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #79A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A8AD is #865752. Grayscale: #9A9A9A. Windows color (decimal): -8804179 or 11380857. OLE color: 11380857.
HSL color Cylindrical-coordinate representation of color #79A8AD: hue angle of 185.77º 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 #79A8AD is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 168 | 173 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.32 |
| HSL | 185.77º | 0.24% | 0.58% | - |
| HSV(B) | 185.77º | 0.3% | 0.68% | - |
| XYZ | 29.43 | 35.09 | 44.76 | - |
| YUV | 154.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 173 | 0.30 | 0.03 | 0 | 0.32 | 185.77 | 0.24 | 0.58 |
| Hex | 79 | A8 | AD | 1E | 3 | 0 | 20 | BA | 18 | 3A |
| Octal | 171 | 250 | 255 | 36 | 3 | 0 | 40 | 272 | 30 | 72 |
| Binary | 1111001 | 10101000 | 10101101 | 11110 | 11 | 0 | 100000 | 10111010 | 11000 | 111010 |
Color Harmonies of #79A8AD
Complementary color
Monochromatic Colors of #79A8AD
Black with #79A8AD
Text Example
Text Example
White with #79A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A8AD; }
p { color: rgb(121,168,173); }
H1.HeaderClassName
{
color: #79A8AD;
}
.AnyTagClassName
{
color: #79A8AD;
}
</style>
background-color css
<style>
a { background-color: #79A8AD; }
a { background-color: rgb(121,168,173); }
div.DivClassName
{
background-color: #79A8AD;
}
.BgClassName
{
background-color: #79A8AD;
}
</style>
border-color css
<style>
span { border-color: #79A8AD; }
span { border-color: rgb(121,168,173); }
td.TdClassName
{
border-color: #79A8AD;
}
.TagClassName
{
border-color: #79A8AD;
}
</style>