Shades of Neptune #739F9D
Tints of Neptune #739F9D
RGB
CMYK
RGB Variations
Color information
#739F9D (or 0x739F9D) is known color: Neptune. HEX triplet: 73, 9F and 9D. RGB value is (115,159,157). Sum of RGB (Red+Green+Blue) = 115+159+157=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #739F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F9D is #8C6062. Grayscale: #919191. Windows color (decimal): -9199715 or 10329971. OLE color: 10329971.
HSL color Cylindrical-coordinate representation of color #739F9D: hue angle of 177.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F9D is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 159 | 157 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.38 |
| HSL | 177.27º | 0.19% | 0.54% | - |
| HSV(B) | 177.27º | 0.28% | 0.62% | - |
| XYZ | 25.55 | 30.88 | 36.51 | - |
| YUV | 145.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 157 | 0.28 | 0 | 0.01 | 0.38 | 177.27 | 0.19 | 0.54 |
| Hex | 73 | 9F | 9D | 1C | 0 | 1 | 26 | B1 | 13 | 36 |
| Octal | 163 | 237 | 235 | 34 | 0 | 1 | 46 | 261 | 23 | 66 |
| Binary | 1110011 | 10011111 | 10011101 | 11100 | 0 | 1 | 100110 | 10110001 | 10011 | 110110 |
Color Harmonies of #739F9D
Complementary color
Monochromatic Colors of #739F9D
Black with #739F9D
Text Example
Text Example
White with #739F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739F9D; }
p { color: rgb(115,159,157); }
H1.HeaderClassName
{
color: #739F9D;
}
.AnyTagClassName
{
color: #739F9D;
}
</style>
background-color css
<style>
a { background-color: #739F9D; }
a { background-color: rgb(115,159,157); }
div.DivClassName
{
background-color: #739F9D;
}
.BgClassName
{
background-color: #739F9D;
}
</style>
border-color css
<style>
span { border-color: #739F9D; }
span { border-color: rgb(115,159,157); }
td.TdClassName
{
border-color: #739F9D;
}
.TagClassName
{
border-color: #739F9D;
}
</style>