Shades of Neptune #70A2A3
Tints of Neptune #70A2A3
RGB
CMYK
RGB Variations
Color information
#70A2A3 (or 0x70A2A3) is known color: Neptune. HEX triplet: 70, A2 and A3. RGB value is (112,162,163). Sum of RGB (Red+Green+Blue) = 112+162+163=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #70A2A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2A3 is #8F5D5C. Grayscale: #939393. Windows color (decimal): -9395549 or 10723952. OLE color: 10723952.
HSL color Cylindrical-coordinate representation of color #70A2A3: hue angle of 181.18º degrees, saturation: 0.22, 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 #70A2A3 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 162 | 163 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.36 |
| HSL | 181.18º | 0.22% | 0.54% | - |
| HSV(B) | 181.18º | 0.31% | 0.64% | - |
| XYZ | 26.21 | 31.93 | 39.43 | - |
| YUV | 147.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 163 | 0.31 | 0.01 | 0 | 0.36 | 181.18 | 0.22 | 0.54 |
| Hex | 70 | A2 | A3 | 1F | 1 | 0 | 24 | B5 | 16 | 36 |
| Octal | 160 | 242 | 243 | 37 | 1 | 0 | 44 | 265 | 26 | 66 |
| Binary | 1110000 | 10100010 | 10100011 | 11111 | 1 | 0 | 100100 | 10110101 | 10110 | 110110 |
Color Harmonies of #70A2A3
Complementary color
Monochromatic Colors of #70A2A3
Black with #70A2A3
Text Example
Text Example
White with #70A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2A3; }
p { color: rgb(112,162,163); }
H1.HeaderClassName
{
color: #70A2A3;
}
.AnyTagClassName
{
color: #70A2A3;
}
</style>
background-color css
<style>
a { background-color: #70A2A3; }
a { background-color: rgb(112,162,163); }
div.DivClassName
{
background-color: #70A2A3;
}
.BgClassName
{
background-color: #70A2A3;
}
</style>
border-color css
<style>
span { border-color: #70A2A3; }
span { border-color: rgb(112,162,163); }
td.TdClassName
{
border-color: #70A2A3;
}
.TagClassName
{
border-color: #70A2A3;
}
</style>