Shades of Neptune #7EADAC
Tints of Neptune #7EADAC
RGB
CMYK
RGB Variations
Color information
#7EADAC (or 0x7EADAC) is known color: Neptune. HEX triplet: 7E, AD and AC. RGB value is (126,173,172). Sum of RGB (Red+Green+Blue) = 126+173+172=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #7EADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADAC is #815253. Grayscale: #9E9E9E. Windows color (decimal): -8475220 or 11316606. OLE color: 11316606.
HSL color Cylindrical-coordinate representation of color #7EADAC: hue angle of 178.72º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EADAC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 172 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.32 |
| HSL | 178.72º | 0.22% | 0.59% | - |
| HSV(B) | 178.72º | 0.27% | 0.68% | - |
| XYZ | 30.99 | 37.3 | 44.6 | - |
| YUV | 158.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 172 | 0.27 | 0 | 0.01 | 0.32 | 178.72 | 0.22 | 0.59 |
| Hex | 7E | AD | AC | 1B | 0 | 1 | 20 | B3 | 16 | 3B |
| Octal | 176 | 255 | 254 | 33 | 0 | 1 | 40 | 263 | 26 | 73 |
| Binary | 1111110 | 10101101 | 10101100 | 11011 | 0 | 1 | 100000 | 10110011 | 10110 | 111011 |
Color Harmonies of #7EADAC
Complementary color
Monochromatic Colors of #7EADAC
Black with #7EADAC
Text Example
Text Example
White with #7EADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EADAC; }
p { color: rgb(126,173,172); }
H1.HeaderClassName
{
color: #7EADAC;
}
.AnyTagClassName
{
color: #7EADAC;
}
</style>
background-color css
<style>
a { background-color: #7EADAC; }
a { background-color: rgb(126,173,172); }
div.DivClassName
{
background-color: #7EADAC;
}
.BgClassName
{
background-color: #7EADAC;
}
</style>
border-color css
<style>
span { border-color: #7EADAC; }
span { border-color: rgb(126,173,172); }
td.TdClassName
{
border-color: #7EADAC;
}
.TagClassName
{
border-color: #7EADAC;
}
</style>