Shades of Neptune #739EA2
Tints of Neptune #739EA2
RGB
CMYK
RGB Variations
Color information
#739EA2 (or 0x739EA2) is known color: Neptune. HEX triplet: 73, 9E and A2. RGB value is (115,158,162). Sum of RGB (Red+Green+Blue) = 115+158+162=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #739EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739EA2 is #8C615D. Grayscale: #919191. Windows color (decimal): -9199966 or 10657395. OLE color: 10657395.
HSL color Cylindrical-coordinate representation of color #739EA2: hue angle of 185.11º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739EA2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 158 | 162 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.36 |
| HSL | 185.11º | 0.2% | 0.54% | - |
| HSV(B) | 185.11º | 0.29% | 0.64% | - |
| XYZ | 25.82 | 30.71 | 38.75 | - |
| YUV | 145.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 162 | 0.29 | 0.02 | 0 | 0.36 | 185.11 | 0.2 | 0.54 |
| Hex | 73 | 9E | A2 | 1D | 2 | 0 | 24 | B9 | 14 | 36 |
| Octal | 163 | 236 | 242 | 35 | 2 | 0 | 44 | 271 | 24 | 66 |
| Binary | 1110011 | 10011110 | 10100010 | 11101 | 10 | 0 | 100100 | 10111001 | 10100 | 110110 |
Color Harmonies of #739EA2
Complementary color
Monochromatic Colors of #739EA2
Black with #739EA2
Text Example
Text Example
White with #739EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EA2; }
p { color: rgb(115,158,162); }
H1.HeaderClassName
{
color: #739EA2;
}
.AnyTagClassName
{
color: #739EA2;
}
</style>
background-color css
<style>
a { background-color: #739EA2; }
a { background-color: rgb(115,158,162); }
div.DivClassName
{
background-color: #739EA2;
}
.BgClassName
{
background-color: #739EA2;
}
</style>
border-color css
<style>
span { border-color: #739EA2; }
span { border-color: rgb(115,158,162); }
td.TdClassName
{
border-color: #739EA2;
}
.TagClassName
{
border-color: #739EA2;
}
</style>