Shades of Neptune #70A7AA
Tints of Neptune #70A7AA
RGB
CMYK
RGB Variations
Color information
#70A7AA (or 0x70A7AA) is known color: Neptune. HEX triplet: 70, A7 and AA. RGB value is (112,167,170). Sum of RGB (Red+Green+Blue) = 112+167+170=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #70A7AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A7AA is #8F5855. Grayscale: #969696. Windows color (decimal): -9394262 or 11183984. OLE color: 11183984.
HSL color Cylindrical-coordinate representation of color #70A7AA: hue angle of 183.1º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A7AA is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 167 | 170 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.33 |
| HSL | 183.1º | 0.25% | 0.55% | - |
| HSV(B) | 183.1º | 0.34% | 0.67% | - |
| XYZ | 27.76 | 33.98 | 43.13 | - |
| YUV | 150.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 167 | 170 | 0.34 | 0.02 | 0 | 0.33 | 183.1 | 0.25 | 0.55 |
| Hex | 70 | A7 | AA | 22 | 2 | 0 | 21 | B7 | 19 | 37 |
| Octal | 160 | 247 | 252 | 42 | 2 | 0 | 41 | 267 | 31 | 67 |
| Binary | 1110000 | 10100111 | 10101010 | 100010 | 10 | 0 | 100001 | 10110111 | 11001 | 110111 |
Color Harmonies of #70A7AA
Complementary color
Monochromatic Colors of #70A7AA
Black with #70A7AA
Text Example
Text Example
White with #70A7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A7AA; }
p { color: rgb(112,167,170); }
H1.HeaderClassName
{
color: #70A7AA;
}
.AnyTagClassName
{
color: #70A7AA;
}
</style>
background-color css
<style>
a { background-color: #70A7AA; }
a { background-color: rgb(112,167,170); }
div.DivClassName
{
background-color: #70A7AA;
}
.BgClassName
{
background-color: #70A7AA;
}
</style>
border-color css
<style>
span { border-color: #70A7AA; }
span { border-color: rgb(112,167,170); }
td.TdClassName
{
border-color: #70A7AA;
}
.TagClassName
{
border-color: #70A7AA;
}
</style>