Shades of Neptune #7EACAE
Tints of Neptune #7EACAE
RGB
CMYK
RGB Variations
Color information
#7EACAE (or 0x7EACAE) is known color: Neptune. HEX triplet: 7E, AC and AE. RGB value is (126,172,174). Sum of RGB (Red+Green+Blue) = 126+172+174=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #7EACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EACAE is #815351. Grayscale: #9E9E9E. Windows color (decimal): -8475474 or 11447422. OLE color: 11447422.
HSL color Cylindrical-coordinate representation of color #7EACAE: hue angle of 182.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EACAE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 172 | 174 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.32 |
| HSL | 182.5º | 0.23% | 0.59% | - |
| HSV(B) | 182.5º | 0.28% | 0.68% | - |
| XYZ | 31 | 37 | 45.55 | - |
| YUV | 158.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 174 | 0.28 | 0.01 | 0 | 0.32 | 182.5 | 0.23 | 0.59 |
| Hex | 7E | AC | AE | 1C | 1 | 0 | 20 | B6 | 17 | 3B |
| Octal | 176 | 254 | 256 | 34 | 1 | 0 | 40 | 266 | 27 | 73 |
| Binary | 1111110 | 10101100 | 10101110 | 11100 | 1 | 0 | 100000 | 10110110 | 10111 | 111011 |
Color Harmonies of #7EACAE
Complementary color
Monochromatic Colors of #7EACAE
Black with #7EACAE
Text Example
Text Example
White with #7EACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EACAE; }
p { color: rgb(126,172,174); }
H1.HeaderClassName
{
color: #7EACAE;
}
.AnyTagClassName
{
color: #7EACAE;
}
</style>
background-color css
<style>
a { background-color: #7EACAE; }
a { background-color: rgb(126,172,174); }
div.DivClassName
{
background-color: #7EACAE;
}
.BgClassName
{
background-color: #7EACAE;
}
</style>
border-color css
<style>
span { border-color: #7EACAE; }
span { border-color: rgb(126,172,174); }
td.TdClassName
{
border-color: #7EACAE;
}
.TagClassName
{
border-color: #7EACAE;
}
</style>