Shades of Aqua Spring #E8FAE7
Tints of Aqua Spring #E8FAE7
RGB
CMYK
RGB Variations
Color information
#E8FAE7 (or 0xE8FAE7) is known color: Aqua Spring. HEX triplet: E8, FA and E7. RGB value is (232,250,231). Sum of RGB (Red+Green+Blue) = 232+250+231=713 (94% of max value = 765). Red value is 232 (91.02% from 255 or 32.54% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 231 (90.62% from 255 or 32.40% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #E8FAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FAE7 is #170518. Grayscale: #F2F2F2. Windows color (decimal): -1508633 or 15203048. OLE color: 15203048.
HSL color Cylindrical-coordinate representation of color #E8FAE7: hue angle of 116.84º degrees, saturation: 0.66, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E8FAE7 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 250 | 231 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.02 |
| HSL | 116.84º | 0.66% | 0.94% | - |
| HSV(B) | 116.84º | 0.08% | 0.98% | - |
| XYZ | 81.89 | 91.3 | 88.91 | - |
| YUV | 242.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 250 | 231 | 0.07 | 0 | 0.08 | 0.02 | 116.84 | 0.66 | 0.94 |
| Hex | E8 | FA | E7 | 7 | 0 | 8 | 2 | 75 | 42 | 5E |
| Octal | 350 | 372 | 347 | 7 | 0 | 10 | 2 | 165 | 102 | 136 |
| Binary | 11101000 | 11111010 | 11100111 | 111 | 0 | 1000 | 10 | 1110101 | 1000010 | 1011110 |
Color Harmonies of #E8FAE7
Complementary color
Monochromatic Colors of #E8FAE7
Black with #E8FAE7
Text Example
Text Example
White with #E8FAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FAE7; }
p { color: rgb(232,250,231); }
H1.HeaderClassName
{
color: #E8FAE7;
}
.AnyTagClassName
{
color: #E8FAE7;
}
</style>
background-color css
<style>
a { background-color: #E8FAE7; }
a { background-color: rgb(232,250,231); }
div.DivClassName
{
background-color: #E8FAE7;
}
.BgClassName
{
background-color: #E8FAE7;
}
</style>
border-color css
<style>
span { border-color: #E8FAE7; }
span { border-color: rgb(232,250,231); }
td.TdClassName
{
border-color: #E8FAE7;
}
.TagClassName
{
border-color: #E8FAE7;
}
</style>