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