Shades of Neptune #70A2A7
Tints of Neptune #70A2A7
RGB
CMYK
RGB Variations
Color information
#70A2A7 (or 0x70A2A7) is known color: Neptune. HEX triplet: 70, A2 and A7. RGB value is (112,162,167). Sum of RGB (Red+Green+Blue) = 112+162+167=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 167 - color contains mainly: blue. Hex color #70A2A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2A7 is #8F5D58. Grayscale: #939393. Windows color (decimal): -9395545 or 10986096. OLE color: 10986096.
HSL color Cylindrical-coordinate representation of color #70A2A7: hue angle of 185.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A2A7 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 162 | 167 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.35 |
| HSL | 185.45º | 0.24% | 0.55% | - |
| HSV(B) | 185.45º | 0.33% | 0.65% | - |
| XYZ | 26.58 | 32.08 | 41.35 | - |
| YUV | 147.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 167 | 0.33 | 0.03 | 0 | 0.35 | 185.45 | 0.24 | 0.55 |
| Hex | 70 | A2 | A7 | 21 | 3 | 0 | 23 | B9 | 18 | 37 |
| Octal | 160 | 242 | 247 | 41 | 3 | 0 | 43 | 271 | 30 | 67 |
| Binary | 1110000 | 10100010 | 10100111 | 100001 | 11 | 0 | 100011 | 10111001 | 11000 | 110111 |
Color Harmonies of #70A2A7
Complementary color
Monochromatic Colors of #70A2A7
Black with #70A2A7
Text Example
Text Example
White with #70A2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2A7; }
p { color: rgb(112,162,167); }
H1.HeaderClassName
{
color: #70A2A7;
}
.AnyTagClassName
{
color: #70A2A7;
}
</style>
background-color css
<style>
a { background-color: #70A2A7; }
a { background-color: rgb(112,162,167); }
div.DivClassName
{
background-color: #70A2A7;
}
.BgClassName
{
background-color: #70A2A7;
}
</style>
border-color css
<style>
span { border-color: #70A2A7; }
span { border-color: rgb(112,162,167); }
td.TdClassName
{
border-color: #70A2A7;
}
.TagClassName
{
border-color: #70A2A7;
}
</style>