Shades of Aqua Spring #E5FAE6
Tints of Aqua Spring #E5FAE6
RGB
CMYK
RGB Variations
Color information
#E5FAE6 (or 0xE5FAE6) is known color: Aqua Spring. HEX triplet: E5, FA and E6. RGB value is (229,250,230). Sum of RGB (Red+Green+Blue) = 229+250+230=709 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.30% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 230 (90.23% from 255 or 32.44% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAE6 is #1A0519. Grayscale: #F1F1F1. Windows color (decimal): -1705242 or 15137509. OLE color: 15137509.
HSL color Cylindrical-coordinate representation of color #E5FAE6: hue angle of 122.86º degrees, saturation: 0.68, 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 #E5FAE6 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 230 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.02 |
| HSL | 122.86º | 0.68% | 0.94% | - |
| HSV(B) | 122.86º | 0.08% | 0.98% | - |
| XYZ | 80.78 | 90.74 | 88.12 | - |
| YUV | 241.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 230 | 0.08 | 0 | 0.08 | 0.02 | 122.86 | 0.68 | 0.94 |
| Hex | E5 | FA | E6 | 8 | 0 | 8 | 2 | 7B | 44 | 5E |
| Octal | 345 | 372 | 346 | 10 | 0 | 10 | 2 | 173 | 104 | 136 |
| Binary | 11100101 | 11111010 | 11100110 | 1000 | 0 | 1000 | 10 | 1111011 | 1000100 | 1011110 |
Color Harmonies of #E5FAE6
Complementary color
Monochromatic Colors of #E5FAE6
Black with #E5FAE6
Text Example
Text Example
White with #E5FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAE6; }
p { color: rgb(229,250,230); }
H1.HeaderClassName
{
color: #E5FAE6;
}
.AnyTagClassName
{
color: #E5FAE6;
}
</style>
background-color css
<style>
a { background-color: #E5FAE6; }
a { background-color: rgb(229,250,230); }
div.DivClassName
{
background-color: #E5FAE6;
}
.BgClassName
{
background-color: #E5FAE6;
}
</style>
border-color css
<style>
span { border-color: #E5FAE6; }
span { border-color: rgb(229,250,230); }
td.TdClassName
{
border-color: #E5FAE6;
}
.TagClassName
{
border-color: #E5FAE6;
}
</style>