Shades of Neptune #70ABAF
Tints of Neptune #70ABAF
RGB
CMYK
RGB Variations
Color information
#70ABAF (or 0x70ABAF) is known color: Neptune. HEX triplet: 70, AB and AF. RGB value is (112,171,175). Sum of RGB (Red+Green+Blue) = 112+171+175=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #70ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAF is #8F5450. Grayscale: #999999. Windows color (decimal): -9393233 or 11512688. OLE color: 11512688.
HSL color Cylindrical-coordinate representation of color #70ABAF: hue angle of 183.81º 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 #70ABAF is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 171 | 175 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.31 |
| HSL | 183.81º | 0.28% | 0.56% | - |
| HSV(B) | 183.81º | 0.36% | 0.69% | - |
| XYZ | 28.98 | 35.67 | 45.91 | - |
| YUV | 153.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 175 | 0.36 | 0.02 | 0 | 0.31 | 183.81 | 0.28 | 0.56 |
| Hex | 70 | AB | AF | 24 | 2 | 0 | 1F | B8 | 1C | 38 |
| Octal | 160 | 253 | 257 | 44 | 2 | 0 | 37 | 270 | 34 | 70 |
| Binary | 1110000 | 10101011 | 10101111 | 100100 | 10 | 0 | 11111 | 10111000 | 11100 | 111000 |
Color Harmonies of #70ABAF
Complementary color
Monochromatic Colors of #70ABAF
Black with #70ABAF
Text Example
Text Example
White with #70ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ABAF; }
p { color: rgb(112,171,175); }
H1.HeaderClassName
{
color: #70ABAF;
}
.AnyTagClassName
{
color: #70ABAF;
}
</style>
background-color css
<style>
a { background-color: #70ABAF; }
a { background-color: rgb(112,171,175); }
div.DivClassName
{
background-color: #70ABAF;
}
.BgClassName
{
background-color: #70ABAF;
}
</style>
border-color css
<style>
span { border-color: #70ABAF; }
span { border-color: rgb(112,171,175); }
td.TdClassName
{
border-color: #70ABAF;
}
.TagClassName
{
border-color: #70ABAF;
}
</style>