Shades of Neptune #709DA0
Tints of Neptune #709DA0
RGB
CMYK
RGB Variations
Color information
#709DA0 (or 0x709DA0) is known color: Neptune. HEX triplet: 70, 9D and A0. RGB value is (112,157,160). Sum of RGB (Red+Green+Blue) = 112+157+160=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 160 - color contains mainly: blue. Hex color #709DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA0 is #8F625F. Grayscale: #8F8F8F. Windows color (decimal): -9396832 or 10526064. OLE color: 10526064.
HSL color Cylindrical-coordinate representation of color #709DA0: hue angle of 183.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709DA0 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 157 | 160 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.37 |
| HSL | 183.75º | 0.2% | 0.53% | - |
| HSV(B) | 183.75º | 0.3% | 0.63% | - |
| XYZ | 25.08 | 30.1 | 37.74 | - |
| YUV | 143.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 160 | 0.30 | 0.02 | 0 | 0.37 | 183.75 | 0.2 | 0.53 |
| Hex | 70 | 9D | A0 | 1E | 2 | 0 | 25 | B8 | 14 | 35 |
| Octal | 160 | 235 | 240 | 36 | 2 | 0 | 45 | 270 | 24 | 65 |
| Binary | 1110000 | 10011101 | 10100000 | 11110 | 10 | 0 | 100101 | 10111000 | 10100 | 110101 |
Color Harmonies of #709DA0
Complementary color
Monochromatic Colors of #709DA0
Black with #709DA0
Text Example
Text Example
White with #709DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DA0; }
p { color: rgb(112,157,160); }
H1.HeaderClassName
{
color: #709DA0;
}
.AnyTagClassName
{
color: #709DA0;
}
</style>
background-color css
<style>
a { background-color: #709DA0; }
a { background-color: rgb(112,157,160); }
div.DivClassName
{
background-color: #709DA0;
}
.BgClassName
{
background-color: #709DA0;
}
</style>
border-color css
<style>
span { border-color: #709DA0; }
span { border-color: rgb(112,157,160); }
td.TdClassName
{
border-color: #709DA0;
}
.TagClassName
{
border-color: #709DA0;
}
</style>