Shades of Neptune #729DA2
Tints of Neptune #729DA2
RGB
CMYK
RGB Variations
Color information
#729DA2 (or 0x729DA2) is known color: Neptune. HEX triplet: 72, 9D and A2. RGB value is (114,157,162). Sum of RGB (Red+Green+Blue) = 114+157+162=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 162 - color contains mainly: blue. Hex color #729DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729DA2 is #8D625D. Grayscale: #909090. Windows color (decimal): -9265758 or 10657138. OLE color: 10657138.
HSL color Cylindrical-coordinate representation of color #729DA2: hue angle of 186.25º 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 #729DA2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 157 | 162 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.36 |
| HSL | 186.25º | 0.21% | 0.54% | - |
| HSV(B) | 186.25º | 0.3% | 0.64% | - |
| XYZ | 25.52 | 30.3 | 38.69 | - |
| YUV | 144.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 162 | 0.30 | 0.03 | 0 | 0.36 | 186.25 | 0.21 | 0.54 |
| Hex | 72 | 9D | A2 | 1E | 3 | 0 | 24 | BA | 15 | 36 |
| Octal | 162 | 235 | 242 | 36 | 3 | 0 | 44 | 272 | 25 | 66 |
| Binary | 1110010 | 10011101 | 10100010 | 11110 | 11 | 0 | 100100 | 10111010 | 10101 | 110110 |
Color Harmonies of #729DA2
Complementary color
Monochromatic Colors of #729DA2
Black with #729DA2
Text Example
Text Example
White with #729DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DA2; }
p { color: rgb(114,157,162); }
H1.HeaderClassName
{
color: #729DA2;
}
.AnyTagClassName
{
color: #729DA2;
}
</style>
background-color css
<style>
a { background-color: #729DA2; }
a { background-color: rgb(114,157,162); }
div.DivClassName
{
background-color: #729DA2;
}
.BgClassName
{
background-color: #729DA2;
}
</style>
border-color css
<style>
span { border-color: #729DA2; }
span { border-color: rgb(114,157,162); }
td.TdClassName
{
border-color: #729DA2;
}
.TagClassName
{
border-color: #729DA2;
}
</style>