Shades of Neptune #79ABAB
Tints of Neptune #79ABAB
RGB
CMYK
RGB Variations
Color information
#79ABAB (or 0x79ABAB) is known color: Neptune. HEX triplet: 79, AB and AB. RGB value is (121,171,171). Sum of RGB (Red+Green+Blue) = 121+171+171=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #79ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABAB is #865454. Grayscale: #9C9C9C. Windows color (decimal): -8803413 or 11250553. OLE color: 11250553.
HSL color Cylindrical-coordinate representation of color #79ABAB: hue angle of 180º 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 #79ABAB is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 171 | 171 | - |
| CMYK | 0.29 | 0 | 0 | 0.33 |
| HSL | 180º | 0.23% | 0.57% | - |
| HSV(B) | 180º | 0.29% | 0.67% | - |
| XYZ | 29.8 | 36.13 | 43.93 | - |
| YUV | 156.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 171 | 171 | 0.29 | 0 | 0 | 0.33 | 180 | 0.23 | 0.57 |
| Hex | 79 | AB | AB | 1D | 0 | 0 | 21 | B4 | 17 | 39 |
| Octal | 171 | 253 | 253 | 35 | 0 | 0 | 41 | 264 | 27 | 71 |
| Binary | 1111001 | 10101011 | 10101011 | 11101 | 0 | 0 | 100001 | 10110100 | 10111 | 111001 |
Color Harmonies of #79ABAB
Complementary color
Monochromatic Colors of #79ABAB
Black with #79ABAB
Text Example
Text Example
White with #79ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ABAB; }
p { color: rgb(121,171,171); }
H1.HeaderClassName
{
color: #79ABAB;
}
.AnyTagClassName
{
color: #79ABAB;
}
</style>
background-color css
<style>
a { background-color: #79ABAB; }
a { background-color: rgb(121,171,171); }
div.DivClassName
{
background-color: #79ABAB;
}
.BgClassName
{
background-color: #79ABAB;
}
</style>
border-color css
<style>
span { border-color: #79ABAB; }
span { border-color: rgb(121,171,171); }
td.TdClassName
{
border-color: #79ABAB;
}
.TagClassName
{
border-color: #79ABAB;
}
</style>