Shades of Neptune #79AAB0
Tints of Neptune #79AAB0
RGB
CMYK
RGB Variations
Color information
#79AAB0 (or 0x79AAB0) is known color: Neptune. HEX triplet: 79, AA and B0. RGB value is (121,170,176). Sum of RGB (Red+Green+Blue) = 121+170+176=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #79AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AAB0 is #86554F. Grayscale: #9B9B9B. Windows color (decimal): -8803664 or 11577977. OLE color: 11577977.
HSL color Cylindrical-coordinate representation of color #79AAB0: hue angle of 186.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AAB0 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 170 | 176 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.31 |
| HSL | 186.55º | 0.26% | 0.58% | - |
| HSV(B) | 186.55º | 0.31% | 0.69% | - |
| XYZ | 30.1 | 35.95 | 46.43 | - |
| YUV | 156.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 176 | 0.31 | 0.03 | 0 | 0.31 | 186.55 | 0.26 | 0.58 |
| Hex | 79 | AA | B0 | 1F | 3 | 0 | 1F | BB | 1A | 3A |
| Octal | 171 | 252 | 260 | 37 | 3 | 0 | 37 | 273 | 32 | 72 |
| Binary | 1111001 | 10101010 | 10110000 | 11111 | 11 | 0 | 11111 | 10111011 | 11010 | 111010 |
Color Harmonies of #79AAB0
Complementary color
Monochromatic Colors of #79AAB0
Black with #79AAB0
Text Example
Text Example
White with #79AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AAB0; }
p { color: rgb(121,170,176); }
H1.HeaderClassName
{
color: #79AAB0;
}
.AnyTagClassName
{
color: #79AAB0;
}
</style>
background-color css
<style>
a { background-color: #79AAB0; }
a { background-color: rgb(121,170,176); }
div.DivClassName
{
background-color: #79AAB0;
}
.BgClassName
{
background-color: #79AAB0;
}
</style>
border-color css
<style>
span { border-color: #79AAB0; }
span { border-color: rgb(121,170,176); }
td.TdClassName
{
border-color: #79AAB0;
}
.TagClassName
{
border-color: #79AAB0;
}
</style>