Shades of Neptune #70A4A7
Tints of Neptune #70A4A7
RGB
CMYK
RGB Variations
Color information
#70A4A7 (or 0x70A4A7) is known color: Neptune. HEX triplet: 70, A4 and A7. RGB value is (112,164,167). Sum of RGB (Red+Green+Blue) = 112+164+167=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 167 - color contains mainly: blue. Hex color #70A4A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A4A7 is #8F5B58. Grayscale: #949494. Windows color (decimal): -9395033 or 10986608. OLE color: 10986608.
HSL color Cylindrical-coordinate representation of color #70A4A7: hue angle of 183.27º 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 #70A4A7 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 164 | 167 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.35 |
| HSL | 183.27º | 0.24% | 0.55% | - |
| HSV(B) | 183.27º | 0.33% | 0.65% | - |
| XYZ | 26.93 | 32.79 | 41.47 | - |
| YUV | 148.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 167 | 0.33 | 0.02 | 0 | 0.35 | 183.27 | 0.24 | 0.55 |
| Hex | 70 | A4 | A7 | 21 | 2 | 0 | 23 | B7 | 18 | 37 |
| Octal | 160 | 244 | 247 | 41 | 2 | 0 | 43 | 267 | 30 | 67 |
| Binary | 1110000 | 10100100 | 10100111 | 100001 | 10 | 0 | 100011 | 10110111 | 11000 | 110111 |
Color Harmonies of #70A4A7
Complementary color
Monochromatic Colors of #70A4A7
Black with #70A4A7
Text Example
Text Example
White with #70A4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A4A7; }
p { color: rgb(112,164,167); }
H1.HeaderClassName
{
color: #70A4A7;
}
.AnyTagClassName
{
color: #70A4A7;
}
</style>
background-color css
<style>
a { background-color: #70A4A7; }
a { background-color: rgb(112,164,167); }
div.DivClassName
{
background-color: #70A4A7;
}
.BgClassName
{
background-color: #70A4A7;
}
</style>
border-color css
<style>
span { border-color: #70A4A7; }
span { border-color: rgb(112,164,167); }
td.TdClassName
{
border-color: #70A4A7;
}
.TagClassName
{
border-color: #70A4A7;
}
</style>