Shades of Neptune #70A1A2
Tints of Neptune #70A1A2
RGB
CMYK
RGB Variations
Color information
#70A1A2 (or 0x70A1A2) is known color: Neptune. HEX triplet: 70, A1 and A2. RGB value is (112,161,162). Sum of RGB (Red+Green+Blue) = 112+161+162=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #70A1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A1A2 is #8F5E5D. Grayscale: #929292. Windows color (decimal): -9395806 or 10658160. OLE color: 10658160.
HSL color Cylindrical-coordinate representation of color #70A1A2: hue angle of 181.2º 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 #70A1A2 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 161 | 162 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.36 |
| HSL | 181.2º | 0.21% | 0.54% | - |
| HSV(B) | 181.2º | 0.31% | 0.64% | - |
| XYZ | 25.95 | 31.54 | 38.9 | - |
| YUV | 146.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 162 | 0.31 | 0.01 | 0 | 0.36 | 181.2 | 0.21 | 0.54 |
| Hex | 70 | A1 | A2 | 1F | 1 | 0 | 24 | B5 | 15 | 36 |
| Octal | 160 | 241 | 242 | 37 | 1 | 0 | 44 | 265 | 25 | 66 |
| Binary | 1110000 | 10100001 | 10100010 | 11111 | 1 | 0 | 100100 | 10110101 | 10101 | 110110 |
Color Harmonies of #70A1A2
Complementary color
Monochromatic Colors of #70A1A2
Black with #70A1A2
Text Example
Text Example
White with #70A1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A1A2; }
p { color: rgb(112,161,162); }
H1.HeaderClassName
{
color: #70A1A2;
}
.AnyTagClassName
{
color: #70A1A2;
}
</style>
background-color css
<style>
a { background-color: #70A1A2; }
a { background-color: rgb(112,161,162); }
div.DivClassName
{
background-color: #70A1A2;
}
.BgClassName
{
background-color: #70A1A2;
}
</style>
border-color css
<style>
span { border-color: #70A1A2; }
span { border-color: rgb(112,161,162); }
td.TdClassName
{
border-color: #70A1A2;
}
.TagClassName
{
border-color: #70A1A2;
}
</style>