Shades of Neptune #72999F
Tints of Neptune #72999F
RGB
CMYK
RGB Variations
Color information
#72999F (or 0x72999F) is known color: Neptune. HEX triplet: 72, 99 and 9F. RGB value is (114,153,159). Sum of RGB (Red+Green+Blue) = 114+153+159=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #72999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999F is #8D6660. Grayscale: #8D8D8D. Windows color (decimal): -9266785 or 10459506. OLE color: 10459506.
HSL color Cylindrical-coordinate representation of color #72999F: hue angle of 188º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72999F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 153 | 159 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.38 |
| HSL | 188º | 0.19% | 0.54% | - |
| HSV(B) | 188º | 0.28% | 0.62% | - |
| XYZ | 24.59 | 28.86 | 37.08 | - |
| YUV | 142.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 159 | 0.28 | 0.04 | 0 | 0.38 | 188 | 0.19 | 0.54 |
| Hex | 72 | 99 | 9F | 1C | 4 | 0 | 26 | BC | 13 | 36 |
| Octal | 162 | 231 | 237 | 34 | 4 | 0 | 46 | 274 | 23 | 66 |
| Binary | 1110010 | 10011001 | 10011111 | 11100 | 100 | 0 | 100110 | 10111100 | 10011 | 110110 |
Color Harmonies of #72999F
Complementary color
Monochromatic Colors of #72999F
Black with #72999F
Text Example
Text Example
White with #72999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72999F; }
p { color: rgb(114,153,159); }
H1.HeaderClassName
{
color: #72999F;
}
.AnyTagClassName
{
color: #72999F;
}
</style>
background-color css
<style>
a { background-color: #72999F; }
a { background-color: rgb(114,153,159); }
div.DivClassName
{
background-color: #72999F;
}
.BgClassName
{
background-color: #72999F;
}
</style>
border-color css
<style>
span { border-color: #72999F; }
span { border-color: rgb(114,153,159); }
td.TdClassName
{
border-color: #72999F;
}
.TagClassName
{
border-color: #72999F;
}
</style>