Shades of Neptune #70A09F
Tints of Neptune #70A09F
RGB
CMYK
RGB Variations
Color information
#70A09F (or 0x70A09F) is known color: Neptune. HEX triplet: 70, A0 and 9F. RGB value is (112,160,159). Sum of RGB (Red+Green+Blue) = 112+160+159=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #70A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A09F is #8F5F60. Grayscale: #919191. Windows color (decimal): -9396065 or 10461296. OLE color: 10461296.
HSL color Cylindrical-coordinate representation of color #70A09F: hue angle of 178.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 #70A09F is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 159 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.37 |
| HSL | 178.75º | 0.2% | 0.53% | - |
| HSV(B) | 178.75º | 0.3% | 0.63% | - |
| XYZ | 25.51 | 31.09 | 37.46 | - |
| YUV | 145.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 159 | 0.30 | 0 | 0.01 | 0.37 | 178.75 | 0.2 | 0.53 |
| Hex | 70 | A0 | 9F | 1E | 0 | 1 | 25 | B3 | 14 | 35 |
| Octal | 160 | 240 | 237 | 36 | 0 | 1 | 45 | 263 | 24 | 65 |
| Binary | 1110000 | 10100000 | 10011111 | 11110 | 0 | 1 | 100101 | 10110011 | 10100 | 110101 |
Color Harmonies of #70A09F
Complementary color
Monochromatic Colors of #70A09F
Black with #70A09F
Text Example
Text Example
White with #70A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A09F; }
p { color: rgb(112,160,159); }
H1.HeaderClassName
{
color: #70A09F;
}
.AnyTagClassName
{
color: #70A09F;
}
</style>
background-color css
<style>
a { background-color: #70A09F; }
a { background-color: rgb(112,160,159); }
div.DivClassName
{
background-color: #70A09F;
}
.BgClassName
{
background-color: #70A09F;
}
</style>
border-color css
<style>
span { border-color: #70A09F; }
span { border-color: rgb(112,160,159); }
td.TdClassName
{
border-color: #70A09F;
}
.TagClassName
{
border-color: #70A09F;
}
</style>