Shades of Neptune #739CA0
Tints of Neptune #739CA0
RGB
CMYK
RGB Variations
Color information
#739CA0 (or 0x739CA0) is known color: Neptune. HEX triplet: 73, 9C and A0. RGB value is (115,156,160). Sum of RGB (Red+Green+Blue) = 115+156+160=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #739CA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739CA0 is #8C635F. Grayscale: #909090. Windows color (decimal): -9200480 or 10525811. OLE color: 10525811.
HSL color Cylindrical-coordinate representation of color #739CA0: hue angle of 185.33º 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 #739CA0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 156 | 160 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.37 |
| HSL | 185.33º | 0.19% | 0.54% | - |
| HSV(B) | 185.33º | 0.28% | 0.63% | - |
| XYZ | 25.3 | 29.96 | 37.71 | - |
| YUV | 144.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 160 | 0.28 | 0.02 | 0 | 0.37 | 185.33 | 0.19 | 0.54 |
| Hex | 73 | 9C | A0 | 1C | 2 | 0 | 25 | B9 | 13 | 36 |
| Octal | 163 | 234 | 240 | 34 | 2 | 0 | 45 | 271 | 23 | 66 |
| Binary | 1110011 | 10011100 | 10100000 | 11100 | 10 | 0 | 100101 | 10111001 | 10011 | 110110 |
Color Harmonies of #739CA0
Complementary color
Monochromatic Colors of #739CA0
Black with #739CA0
Text Example
Text Example
White with #739CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CA0; }
p { color: rgb(115,156,160); }
H1.HeaderClassName
{
color: #739CA0;
}
.AnyTagClassName
{
color: #739CA0;
}
</style>
background-color css
<style>
a { background-color: #739CA0; }
a { background-color: rgb(115,156,160); }
div.DivClassName
{
background-color: #739CA0;
}
.BgClassName
{
background-color: #739CA0;
}
</style>
border-color css
<style>
span { border-color: #739CA0; }
span { border-color: rgb(115,156,160); }
td.TdClassName
{
border-color: #739CA0;
}
.TagClassName
{
border-color: #739CA0;
}
</style>