Shades of Neptune #70A2AF
Tints of Neptune #70A2AF
RGB
CMYK
RGB Variations
Color information
#70A2AF (or 0x70A2AF) is known color: Neptune. HEX triplet: 70, A2 and AF. RGB value is (112,162,175). Sum of RGB (Red+Green+Blue) = 112+162+175=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #70A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2AF is #8F5D50. Grayscale: #949494. Windows color (decimal): -9395537 or 11510384. OLE color: 11510384.
HSL color Cylindrical-coordinate representation of color #70A2AF: hue angle of 192.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70A2AF is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 162 | 175 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.31 |
| HSL | 192.38º | 0.28% | 0.56% | - |
| HSV(B) | 192.38º | 0.36% | 0.69% | - |
| XYZ | 27.34 | 32.38 | 45.37 | - |
| YUV | 148.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 162 | 175 | 0.36 | 0.07 | 0 | 0.31 | 192.38 | 0.28 | 0.56 |
| Hex | 70 | A2 | AF | 24 | 7 | 0 | 1F | C0 | 1C | 38 |
| Octal | 160 | 242 | 257 | 44 | 7 | 0 | 37 | 300 | 34 | 70 |
| Binary | 1110000 | 10100010 | 10101111 | 100100 | 111 | 0 | 11111 | 11000000 | 11100 | 111000 |
Color Harmonies of #70A2AF
Complementary color
Monochromatic Colors of #70A2AF
Black with #70A2AF
Text Example
Text Example
White with #70A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A2AF; }
p { color: rgb(112,162,175); }
H1.HeaderClassName
{
color: #70A2AF;
}
.AnyTagClassName
{
color: #70A2AF;
}
</style>
background-color css
<style>
a { background-color: #70A2AF; }
a { background-color: rgb(112,162,175); }
div.DivClassName
{
background-color: #70A2AF;
}
.BgClassName
{
background-color: #70A2AF;
}
</style>
border-color css
<style>
span { border-color: #70A2AF; }
span { border-color: rgb(112,162,175); }
td.TdClassName
{
border-color: #70A2AF;
}
.TagClassName
{
border-color: #70A2AF;
}
</style>