Shades of Neptune #70A6A7
Tints of Neptune #70A6A7
RGB
CMYK
RGB Variations
Color information
#70A6A7 (or 0x70A6A7) is known color: Neptune. HEX triplet: 70, A6 and A7. RGB value is (112,166,167). Sum of RGB (Red+Green+Blue) = 112+166+167=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #70A6A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A6A7 is #8F5958. Grayscale: #959595. Windows color (decimal): -9394521 or 10987120. OLE color: 10987120.
HSL color Cylindrical-coordinate representation of color #70A6A7: hue angle of 181.09º 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 #70A6A7 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 166 | 167 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.35 |
| HSL | 181.09º | 0.24% | 0.55% | - |
| HSV(B) | 181.09º | 0.33% | 0.65% | - |
| XYZ | 27.29 | 33.51 | 41.59 | - |
| YUV | 149.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 167 | 0.33 | 0.01 | 0 | 0.35 | 181.09 | 0.24 | 0.55 |
| Hex | 70 | A6 | A7 | 21 | 1 | 0 | 23 | B5 | 18 | 37 |
| Octal | 160 | 246 | 247 | 41 | 1 | 0 | 43 | 265 | 30 | 67 |
| Binary | 1110000 | 10100110 | 10100111 | 100001 | 1 | 0 | 100011 | 10110101 | 11000 | 110111 |
Color Harmonies of #70A6A7
Complementary color
Monochromatic Colors of #70A6A7
Black with #70A6A7
Text Example
Text Example
White with #70A6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A6A7; }
p { color: rgb(112,166,167); }
H1.HeaderClassName
{
color: #70A6A7;
}
.AnyTagClassName
{
color: #70A6A7;
}
</style>
background-color css
<style>
a { background-color: #70A6A7; }
a { background-color: rgb(112,166,167); }
div.DivClassName
{
background-color: #70A6A7;
}
.BgClassName
{
background-color: #70A6A7;
}
</style>
border-color css
<style>
span { border-color: #70A6A7; }
span { border-color: rgb(112,166,167); }
td.TdClassName
{
border-color: #70A6A7;
}
.TagClassName
{
border-color: #70A6A7;
}
</style>