Shades of Neptune #7EAFAE
Tints of Neptune #7EAFAE
RGB
CMYK
RGB Variations
Color information
#7EAFAE (or 0x7EAFAE) is known color: Neptune. HEX triplet: 7E, AF and AE. RGB value is (126,175,174). Sum of RGB (Red+Green+Blue) = 126+175+174=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAFAE is #815051. Grayscale: #A0A0A0. Windows color (decimal): -8474706 or 11448190. OLE color: 11448190.
HSL color Cylindrical-coordinate representation of color #7EAFAE: hue angle of 178.78º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAFAE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 174 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.31 |
| HSL | 178.78º | 0.23% | 0.59% | - |
| HSV(B) | 178.78º | 0.28% | 0.69% | - |
| XYZ | 31.57 | 38.15 | 45.74 | - |
| YUV | 160.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 174 | 0.28 | 0 | 0.01 | 0.31 | 178.78 | 0.23 | 0.59 |
| Hex | 7E | AF | AE | 1C | 0 | 1 | 1F | B3 | 17 | 3B |
| Octal | 176 | 257 | 256 | 34 | 0 | 1 | 37 | 263 | 27 | 73 |
| Binary | 1111110 | 10101111 | 10101110 | 11100 | 0 | 1 | 11111 | 10110011 | 10111 | 111011 |
Color Harmonies of #7EAFAE
Complementary color
Monochromatic Colors of #7EAFAE
Black with #7EAFAE
Text Example
Text Example
White with #7EAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFAE; }
p { color: rgb(126,175,174); }
H1.HeaderClassName
{
color: #7EAFAE;
}
.AnyTagClassName
{
color: #7EAFAE;
}
</style>
background-color css
<style>
a { background-color: #7EAFAE; }
a { background-color: rgb(126,175,174); }
div.DivClassName
{
background-color: #7EAFAE;
}
.BgClassName
{
background-color: #7EAFAE;
}
</style>
border-color css
<style>
span { border-color: #7EAFAE; }
span { border-color: rgb(126,175,174); }
td.TdClassName
{
border-color: #7EAFAE;
}
.TagClassName
{
border-color: #7EAFAE;
}
</style>