Shades of Neptune #709DA2
Tints of Neptune #709DA2
RGB
CMYK
RGB Variations
Color information
#709DA2 (or 0x709DA2) is known color: Neptune. HEX triplet: 70, 9D and A2. RGB value is (112,157,162). Sum of RGB (Red+Green+Blue) = 112+157+162=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #709DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DA2 is #8F625D. Grayscale: #909090. Windows color (decimal): -9396830 or 10657136. OLE color: 10657136.
HSL color Cylindrical-coordinate representation of color #709DA2: hue angle of 186º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709DA2 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 157 | 162 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.36 |
| HSL | 186º | 0.21% | 0.54% | - |
| HSV(B) | 186º | 0.31% | 0.64% | - |
| XYZ | 25.26 | 30.17 | 38.67 | - |
| YUV | 144.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 162 | 0.31 | 0.03 | 0 | 0.36 | 186 | 0.21 | 0.54 |
| Hex | 70 | 9D | A2 | 1F | 3 | 0 | 24 | BA | 15 | 36 |
| Octal | 160 | 235 | 242 | 37 | 3 | 0 | 44 | 272 | 25 | 66 |
| Binary | 1110000 | 10011101 | 10100010 | 11111 | 11 | 0 | 100100 | 10111010 | 10101 | 110110 |
Color Harmonies of #709DA2
Complementary color
Monochromatic Colors of #709DA2
Black with #709DA2
Text Example
Text Example
White with #709DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DA2; }
p { color: rgb(112,157,162); }
H1.HeaderClassName
{
color: #709DA2;
}
.AnyTagClassName
{
color: #709DA2;
}
</style>
background-color css
<style>
a { background-color: #709DA2; }
a { background-color: rgb(112,157,162); }
div.DivClassName
{
background-color: #709DA2;
}
.BgClassName
{
background-color: #709DA2;
}
</style>
border-color css
<style>
span { border-color: #709DA2; }
span { border-color: rgb(112,157,162); }
td.TdClassName
{
border-color: #709DA2;
}
.TagClassName
{
border-color: #709DA2;
}
</style>