Shades of Neptune #729EA2
Tints of Neptune #729EA2
RGB
CMYK
RGB Variations
Color information
#729EA2 (or 0x729EA2) is known color: Neptune. HEX triplet: 72, 9E and A2. RGB value is (114,158,162). Sum of RGB (Red+Green+Blue) = 114+158+162=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #729EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729EA2 is #8D615D. Grayscale: #919191. Windows color (decimal): -9265502 or 10657394. OLE color: 10657394.
HSL color Cylindrical-coordinate representation of color #729EA2: hue angle of 185º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729EA2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 158 | 162 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.36 |
| HSL | 185º | 0.21% | 0.54% | - |
| HSV(B) | 185º | 0.3% | 0.64% | - |
| XYZ | 25.69 | 30.64 | 38.74 | - |
| YUV | 145.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 162 | 0.30 | 0.02 | 0 | 0.36 | 185 | 0.21 | 0.54 |
| Hex | 72 | 9E | A2 | 1E | 2 | 0 | 24 | B9 | 15 | 36 |
| Octal | 162 | 236 | 242 | 36 | 2 | 0 | 44 | 271 | 25 | 66 |
| Binary | 1110010 | 10011110 | 10100010 | 11110 | 10 | 0 | 100100 | 10111001 | 10101 | 110110 |
Color Harmonies of #729EA2
Complementary color
Monochromatic Colors of #729EA2
Black with #729EA2
Text Example
Text Example
White with #729EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EA2; }
p { color: rgb(114,158,162); }
H1.HeaderClassName
{
color: #729EA2;
}
.AnyTagClassName
{
color: #729EA2;
}
</style>
background-color css
<style>
a { background-color: #729EA2; }
a { background-color: rgb(114,158,162); }
div.DivClassName
{
background-color: #729EA2;
}
.BgClassName
{
background-color: #729EA2;
}
</style>
border-color css
<style>
span { border-color: #729EA2; }
span { border-color: rgb(114,158,162); }
td.TdClassName
{
border-color: #729EA2;
}
.TagClassName
{
border-color: #729EA2;
}
</style>