Shades of Aqua Spring #E7FAE4
Tints of Aqua Spring #E7FAE4
RGB
CMYK
RGB Variations
Color information
#E7FAE4 (or 0xE7FAE4) is known color: Aqua Spring. HEX triplet: E7, FA and E4. RGB value is (231,250,228). Sum of RGB (Red+Green+Blue) = 231+250+228=709 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.58% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7FAE4 is #18051B. Grayscale: #F1F1F1. Windows color (decimal): -1574172 or 15006439. OLE color: 15006439.
HSL color Cylindrical-coordinate representation of color #E7FAE4: hue angle of 111.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7FAE4 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 228 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.02 |
| HSL | 111.82º | 0.69% | 0.94% | - |
| HSV(B) | 111.82º | 0.09% | 0.98% | - |
| XYZ | 81.14 | 90.96 | 86.68 | - |
| YUV | 241.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 228 | 0.08 | 0 | 0.09 | 0.02 | 111.82 | 0.69 | 0.94 |
| Hex | E7 | FA | E4 | 8 | 0 | 9 | 2 | 70 | 45 | 5E |
| Octal | 347 | 372 | 344 | 10 | 0 | 11 | 2 | 160 | 105 | 136 |
| Binary | 11100111 | 11111010 | 11100100 | 1000 | 0 | 1001 | 10 | 1110000 | 1000101 | 1011110 |
Color Harmonies of #E7FAE4
Complementary color
Monochromatic Colors of #E7FAE4
Black with #E7FAE4
Text Example
Text Example
White with #E7FAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FAE4; }
p { color: rgb(231,250,228); }
H1.HeaderClassName
{
color: #E7FAE4;
}
.AnyTagClassName
{
color: #E7FAE4;
}
</style>
background-color css
<style>
a { background-color: #E7FAE4; }
a { background-color: rgb(231,250,228); }
div.DivClassName
{
background-color: #E7FAE4;
}
.BgClassName
{
background-color: #E7FAE4;
}
</style>
border-color css
<style>
span { border-color: #E7FAE4; }
span { border-color: rgb(231,250,228); }
td.TdClassName
{
border-color: #E7FAE4;
}
.TagClassName
{
border-color: #E7FAE4;
}
</style>