Shades of Neptune #7EAAA8
Tints of Neptune #7EAAA8
RGB
CMYK
RGB Variations
Color information
#7EAAA8 (or 0x7EAAA8) is known color: Neptune. HEX triplet: 7E, AA and A8. RGB value is (126,170,168). Sum of RGB (Red+Green+Blue) = 126+170+168=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAAA8 is #815557. Grayscale: #9C9C9C. Windows color (decimal): -8475992 or 11053694. OLE color: 11053694.
HSL color Cylindrical-coordinate representation of color #7EAAA8: hue angle of 177.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7EAAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 170 | 168 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.33 |
| HSL | 177.27º | 0.21% | 0.58% | - |
| HSV(B) | 177.27º | 0.26% | 0.67% | - |
| XYZ | 30.05 | 36.01 | 42.41 | - |
| YUV | 156.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 170 | 168 | 0.26 | 0 | 0.01 | 0.33 | 177.27 | 0.21 | 0.58 |
| Hex | 7E | AA | A8 | 1A | 0 | 1 | 21 | B1 | 15 | 3A |
| Octal | 176 | 252 | 250 | 32 | 0 | 1 | 41 | 261 | 25 | 72 |
| Binary | 1111110 | 10101010 | 10101000 | 11010 | 0 | 1 | 100001 | 10110001 | 10101 | 111010 |
Color Harmonies of #7EAAA8
Complementary color
Monochromatic Colors of #7EAAA8
Black with #7EAAA8
Text Example
Text Example
White with #7EAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAAA8; }
p { color: rgb(126,170,168); }
H1.HeaderClassName
{
color: #7EAAA8;
}
.AnyTagClassName
{
color: #7EAAA8;
}
</style>
background-color css
<style>
a { background-color: #7EAAA8; }
a { background-color: rgb(126,170,168); }
div.DivClassName
{
background-color: #7EAAA8;
}
.BgClassName
{
background-color: #7EAAA8;
}
</style>
border-color css
<style>
span { border-color: #7EAAA8; }
span { border-color: rgb(126,170,168); }
td.TdClassName
{
border-color: #7EAAA8;
}
.TagClassName
{
border-color: #7EAAA8;
}
</style>