Shades of Neptune #70AAAC
Tints of Neptune #70AAAC
RGB
CMYK
RGB Variations
Color information
#70AAAC (or 0x70AAAC) is known color: Neptune. HEX triplet: 70, AA and AC. RGB value is (112,170,172). Sum of RGB (Red+Green+Blue) = 112+170+172=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: blue. Hex color #70AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAAC is #8F5553. Grayscale: #989898. Windows color (decimal): -9393492 or 11315824. OLE color: 11315824.
HSL color Cylindrical-coordinate representation of color #70AAAC: hue angle of 182º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AAAC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 170 | 172 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.33 |
| HSL | 182º | 0.27% | 0.56% | - |
| HSV(B) | 182º | 0.35% | 0.67% | - |
| XYZ | 28.5 | 35.17 | 44.32 | - |
| YUV | 152.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 170 | 172 | 0.35 | 0.01 | 0 | 0.33 | 182 | 0.27 | 0.56 |
| Hex | 70 | AA | AC | 23 | 1 | 0 | 21 | B6 | 1B | 38 |
| Octal | 160 | 252 | 254 | 43 | 1 | 0 | 41 | 266 | 33 | 70 |
| Binary | 1110000 | 10101010 | 10101100 | 100011 | 1 | 0 | 100001 | 10110110 | 11011 | 111000 |
Color Harmonies of #70AAAC
Complementary color
Monochromatic Colors of #70AAAC
Black with #70AAAC
Text Example
Text Example
White with #70AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AAAC; }
p { color: rgb(112,170,172); }
H1.HeaderClassName
{
color: #70AAAC;
}
.AnyTagClassName
{
color: #70AAAC;
}
</style>
background-color css
<style>
a { background-color: #70AAAC; }
a { background-color: rgb(112,170,172); }
div.DivClassName
{
background-color: #70AAAC;
}
.BgClassName
{
background-color: #70AAAC;
}
</style>
border-color css
<style>
span { border-color: #70AAAC; }
span { border-color: rgb(112,170,172); }
td.TdClassName
{
border-color: #70AAAC;
}
.TagClassName
{
border-color: #70AAAC;
}
</style>