Shades of Neptune #7EACAB
Tints of Neptune #7EACAB
RGB
CMYK
RGB Variations
Color information
#7EACAB (or 0x7EACAB) is known color: Neptune. HEX triplet: 7E, AC and AB. RGB value is (126,172,171). Sum of RGB (Red+Green+Blue) = 126+172+171=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #7EACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAB is #815354. Grayscale: #9E9E9E. Windows color (decimal): -8475477 or 11250814. OLE color: 11250814.
HSL color Cylindrical-coordinate representation of color #7EACAB: hue angle of 178.7º 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 #7EACAB is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 171 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.33 |
| HSL | 178.7º | 0.22% | 0.58% | - |
| HSV(B) | 178.7º | 0.27% | 0.67% | - |
| XYZ | 30.71 | 36.88 | 44.03 | - |
| YUV | 158.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 171 | 0.27 | 0 | 0.01 | 0.33 | 178.7 | 0.22 | 0.58 |
| Hex | 7E | AC | AB | 1B | 0 | 1 | 21 | B3 | 16 | 3A |
| Octal | 176 | 254 | 253 | 33 | 0 | 1 | 41 | 263 | 26 | 72 |
| Binary | 1111110 | 10101100 | 10101011 | 11011 | 0 | 1 | 100001 | 10110011 | 10110 | 111010 |
Color Harmonies of #7EACAB
Complementary color
Monochromatic Colors of #7EACAB
Black with #7EACAB
Text Example
Text Example
White with #7EACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACAB; }
p { color: rgb(126,172,171); }
H1.HeaderClassName
{
color: #7EACAB;
}
.AnyTagClassName
{
color: #7EACAB;
}
</style>
background-color css
<style>
a { background-color: #7EACAB; }
a { background-color: rgb(126,172,171); }
div.DivClassName
{
background-color: #7EACAB;
}
.BgClassName
{
background-color: #7EACAB;
}
</style>
border-color css
<style>
span { border-color: #7EACAB; }
span { border-color: rgb(126,172,171); }
td.TdClassName
{
border-color: #7EACAB;
}
.TagClassName
{
border-color: #7EACAB;
}
</style>