Shades of Neptune #7EABAC
Tints of Neptune #7EABAC
RGB
CMYK
RGB Variations
Color information
#7EABAC (or 0x7EABAC) is known color: Neptune. HEX triplet: 7E, AB and AC. RGB value is (126,171,172). Sum of RGB (Red+Green+Blue) = 126+171+172=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #7EABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABAC is #815453. Grayscale: #9D9D9D. Windows color (decimal): -8475732 or 11316094. OLE color: 11316094.
HSL color Cylindrical-coordinate representation of color #7EABAC: hue angle of 181.3º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EABAC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 172 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.33 |
| HSL | 181.3º | 0.22% | 0.58% | - |
| HSV(B) | 181.3º | 0.27% | 0.67% | - |
| XYZ | 30.61 | 36.54 | 44.47 | - |
| YUV | 157.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 172 | 0.27 | 0.01 | 0 | 0.33 | 181.3 | 0.22 | 0.58 |
| Hex | 7E | AB | AC | 1B | 1 | 0 | 21 | B5 | 16 | 3A |
| Octal | 176 | 253 | 254 | 33 | 1 | 0 | 41 | 265 | 26 | 72 |
| Binary | 1111110 | 10101011 | 10101100 | 11011 | 1 | 0 | 100001 | 10110101 | 10110 | 111010 |
Color Harmonies of #7EABAC
Complementary color
Monochromatic Colors of #7EABAC
Black with #7EABAC
Text Example
Text Example
White with #7EABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EABAC; }
p { color: rgb(126,171,172); }
H1.HeaderClassName
{
color: #7EABAC;
}
.AnyTagClassName
{
color: #7EABAC;
}
</style>
background-color css
<style>
a { background-color: #7EABAC; }
a { background-color: rgb(126,171,172); }
div.DivClassName
{
background-color: #7EABAC;
}
.BgClassName
{
background-color: #7EABAC;
}
</style>
border-color css
<style>
span { border-color: #7EABAC; }
span { border-color: rgb(126,171,172); }
td.TdClassName
{
border-color: #7EABAC;
}
.TagClassName
{
border-color: #7EABAC;
}
</style>