Shades of Neptune #70A4AC
Tints of Neptune #70A4AC
RGB
CMYK
RGB Variations
Color information
#70A4AC (or 0x70A4AC) is known color: Neptune. HEX triplet: 70, A4 and AC. RGB value is (112,164,172). Sum of RGB (Red+Green+Blue) = 112+164+172=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #70A4AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A4AC is #8F5B53. Grayscale: #959595. Windows color (decimal): -9395028 or 11314288. OLE color: 11314288.
HSL color Cylindrical-coordinate representation of color #70A4AC: hue angle of 188º 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 #70A4AC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 164 | 172 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.33 |
| HSL | 188º | 0.27% | 0.56% | - |
| HSV(B) | 188º | 0.35% | 0.67% | - |
| XYZ | 27.4 | 32.97 | 43.95 | - |
| YUV | 149.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 172 | 0.35 | 0.05 | 0 | 0.33 | 188 | 0.27 | 0.56 |
| Hex | 70 | A4 | AC | 23 | 5 | 0 | 21 | BC | 1B | 38 |
| Octal | 160 | 244 | 254 | 43 | 5 | 0 | 41 | 274 | 33 | 70 |
| Binary | 1110000 | 10100100 | 10101100 | 100011 | 101 | 0 | 100001 | 10111100 | 11011 | 111000 |
Color Harmonies of #70A4AC
Complementary color
Monochromatic Colors of #70A4AC
Black with #70A4AC
Text Example
Text Example
White with #70A4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A4AC; }
p { color: rgb(112,164,172); }
H1.HeaderClassName
{
color: #70A4AC;
}
.AnyTagClassName
{
color: #70A4AC;
}
</style>
background-color css
<style>
a { background-color: #70A4AC; }
a { background-color: rgb(112,164,172); }
div.DivClassName
{
background-color: #70A4AC;
}
.BgClassName
{
background-color: #70A4AC;
}
</style>
border-color css
<style>
span { border-color: #70A4AC; }
span { border-color: rgb(112,164,172); }
td.TdClassName
{
border-color: #70A4AC;
}
.TagClassName
{
border-color: #70A4AC;
}
</style>