Shades of Neptune #799FA0
Tints of Neptune #799FA0
RGB
CMYK
RGB Variations
Color information
#799FA0 (or 0x799FA0) is known color: Neptune. HEX triplet: 79, 9F and A0. RGB value is (121,159,160). Sum of RGB (Red+Green+Blue) = 121+159+160=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 160 - color contains mainly: blue. Hex color #799FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799FA0 is #86605F. Grayscale: #939393. Windows color (decimal): -8806496 or 10526585. OLE color: 10526585.
HSL color Cylindrical-coordinate representation of color #799FA0: hue angle of 181.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799FA0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 159 | 160 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.37 |
| HSL | 181.54º | 0.17% | 0.55% | - |
| HSV(B) | 181.54º | 0.24% | 0.63% | - |
| XYZ | 26.63 | 31.4 | 37.91 | - |
| YUV | 147.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 160 | 0.24 | 0.01 | 0 | 0.37 | 181.54 | 0.17 | 0.55 |
| Hex | 79 | 9F | A0 | 18 | 1 | 0 | 25 | B6 | 11 | 37 |
| Octal | 171 | 237 | 240 | 30 | 1 | 0 | 45 | 266 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10100000 | 11000 | 1 | 0 | 100101 | 10110110 | 10001 | 110111 |
Color Harmonies of #799FA0
Complementary color
Monochromatic Colors of #799FA0
Black with #799FA0
Text Example
Text Example
White with #799FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FA0; }
p { color: rgb(121,159,160); }
H1.HeaderClassName
{
color: #799FA0;
}
.AnyTagClassName
{
color: #799FA0;
}
</style>
background-color css
<style>
a { background-color: #799FA0; }
a { background-color: rgb(121,159,160); }
div.DivClassName
{
background-color: #799FA0;
}
.BgClassName
{
background-color: #799FA0;
}
</style>
border-color css
<style>
span { border-color: #799FA0; }
span { border-color: rgb(121,159,160); }
td.TdClassName
{
border-color: #799FA0;
}
.TagClassName
{
border-color: #799FA0;
}
</style>