Shades of Aqua Spring #E7F2E5
Tints of Aqua Spring #E7F2E5
RGB
CMYK
RGB Variations
Color information
#E7F2E5 (or 0xE7F2E5) is known color: Aqua Spring. HEX triplet: E7, F2 and E5. RGB value is (231,242,229). Sum of RGB (Red+Green+Blue) = 231+242+229=702 (92% of max value = 765). Red value is 231 (90.62% from 255 or 32.91% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F2E5 is #180D1A. Grayscale: #EDEDED. Windows color (decimal): -1576219 or 15069927. OLE color: 15069927.
HSL color Cylindrical-coordinate representation of color #E7F2E5: hue angle of 110.77º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7F2E5 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 229 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.05 |
| HSL | 110.77º | 0.33% | 0.92% | - |
| HSV(B) | 110.77º | 0.05% | 0.95% | - |
| XYZ | 78.85 | 86.15 | 86.6 | - |
| YUV | 237.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 229 | 0.05 | 0 | 0.05 | 0.05 | 110.77 | 0.33 | 0.92 |
| Hex | E7 | F2 | E5 | 5 | 0 | 5 | 5 | 6F | 21 | 5C |
| Octal | 347 | 362 | 345 | 5 | 0 | 5 | 5 | 157 | 41 | 134 |
| Binary | 11100111 | 11110010 | 11100101 | 101 | 0 | 101 | 101 | 1101111 | 100001 | 1011100 |
Color Harmonies of #E7F2E5
Complementary color
Monochromatic Colors of #E7F2E5
Black with #E7F2E5
Text Example
Text Example
White with #E7F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F2E5; }
p { color: rgb(231,242,229); }
H1.HeaderClassName
{
color: #E7F2E5;
}
.AnyTagClassName
{
color: #E7F2E5;
}
</style>
background-color css
<style>
a { background-color: #E7F2E5; }
a { background-color: rgb(231,242,229); }
div.DivClassName
{
background-color: #E7F2E5;
}
.BgClassName
{
background-color: #E7F2E5;
}
</style>
border-color css
<style>
span { border-color: #E7F2E5; }
span { border-color: rgb(231,242,229); }
td.TdClassName
{
border-color: #E7F2E5;
}
.TagClassName
{
border-color: #E7F2E5;
}
</style>