Shades of Neptune #739EA0
Tints of Neptune #739EA0
RGB
CMYK
RGB Variations
Color information
#739EA0 (or 0x739EA0) is known color: Neptune. HEX triplet: 73, 9E and A0. RGB value is (115,158,160). Sum of RGB (Red+Green+Blue) = 115+158+160=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #739EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EA0 is #8C615F. Grayscale: #919191. Windows color (decimal): -9199968 or 10526323. OLE color: 10526323.
HSL color Cylindrical-coordinate representation of color #739EA0: hue angle of 182.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739EA0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 158 | 160 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.37 |
| HSL | 182.67º | 0.19% | 0.54% | - |
| HSV(B) | 182.67º | 0.28% | 0.63% | - |
| XYZ | 25.64 | 30.64 | 37.82 | - |
| YUV | 145.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 160 | 0.28 | 0.01 | 0 | 0.37 | 182.67 | 0.19 | 0.54 |
| Hex | 73 | 9E | A0 | 1C | 1 | 0 | 25 | B7 | 13 | 36 |
| Octal | 163 | 236 | 240 | 34 | 1 | 0 | 45 | 267 | 23 | 66 |
| Binary | 1110011 | 10011110 | 10100000 | 11100 | 1 | 0 | 100101 | 10110111 | 10011 | 110110 |
Color Harmonies of #739EA0
Complementary color
Monochromatic Colors of #739EA0
Black with #739EA0
Text Example
Text Example
White with #739EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EA0; }
p { color: rgb(115,158,160); }
H1.HeaderClassName
{
color: #739EA0;
}
.AnyTagClassName
{
color: #739EA0;
}
</style>
background-color css
<style>
a { background-color: #739EA0; }
a { background-color: rgb(115,158,160); }
div.DivClassName
{
background-color: #739EA0;
}
.BgClassName
{
background-color: #739EA0;
}
</style>
border-color css
<style>
span { border-color: #739EA0; }
span { border-color: rgb(115,158,160); }
td.TdClassName
{
border-color: #739EA0;
}
.TagClassName
{
border-color: #739EA0;
}
</style>