Shades of Neptune #79A8AB
Tints of Neptune #79A8AB
RGB
CMYK
RGB Variations
Color information
#79A8AB (or 0x79A8AB) is known color: Neptune. HEX triplet: 79, A8 and AB. RGB value is (121,168,171). Sum of RGB (Red+Green+Blue) = 121+168+171=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #79A8AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A8AB is #865754. Grayscale: #9A9A9A. Windows color (decimal): -8804181 or 11249785. OLE color: 11249785.
HSL color Cylindrical-coordinate representation of color #79A8AB: hue angle of 183.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79A8AB is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 168 | 171 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.33 |
| HSL | 183.6º | 0.23% | 0.57% | - |
| HSV(B) | 183.6º | 0.29% | 0.67% | - |
| XYZ | 29.24 | 35.01 | 43.74 | - |
| YUV | 154.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 171 | 0.29 | 0.02 | 0 | 0.33 | 183.6 | 0.23 | 0.57 |
| Hex | 79 | A8 | AB | 1D | 2 | 0 | 21 | B8 | 17 | 39 |
| Octal | 171 | 250 | 253 | 35 | 2 | 0 | 41 | 270 | 27 | 71 |
| Binary | 1111001 | 10101000 | 10101011 | 11101 | 10 | 0 | 100001 | 10111000 | 10111 | 111001 |
Color Harmonies of #79A8AB
Complementary color
Monochromatic Colors of #79A8AB
Black with #79A8AB
Text Example
Text Example
White with #79A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A8AB; }
p { color: rgb(121,168,171); }
H1.HeaderClassName
{
color: #79A8AB;
}
.AnyTagClassName
{
color: #79A8AB;
}
</style>
background-color css
<style>
a { background-color: #79A8AB; }
a { background-color: rgb(121,168,171); }
div.DivClassName
{
background-color: #79A8AB;
}
.BgClassName
{
background-color: #79A8AB;
}
</style>
border-color css
<style>
span { border-color: #79A8AB; }
span { border-color: rgb(121,168,171); }
td.TdClassName
{
border-color: #79A8AB;
}
.TagClassName
{
border-color: #79A8AB;
}
</style>