Shades of Aqua Spring #E5FCE2
Tints of Aqua Spring #E5FCE2
RGB
CMYK
RGB Variations
Color information
#E5FCE2 (or 0xE5FCE2) is known color: Aqua Spring. HEX triplet: E5, FC and E2. RGB value is (229,252,226). Sum of RGB (Red+Green+Blue) = 229+252+226=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #E5FCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FCE2 is #1A031D. Grayscale: #F2F2F2. Windows color (decimal): -1704734 or 14875877. OLE color: 14875877.
HSL color Cylindrical-coordinate representation of color #E5FCE2: hue angle of 113.08º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FCE2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 252 | 226 | - |
CMYK | 0.09 | 0 | 0.10 | 0.01 |
HSL | 113.08º | 0.81% | 0.94% | - |
HSV(B) | 113.08º | 0.1% | 0.99% | - |
XYZ | 80.85 | 91.77 | 85.4 | - |
YUV | 242.16 | 118.88 | 118.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 252 | 226 | 0.09 | 0 | 0.10 | 0.01 | 113.08 | 0.81 | 0.94 |
Hex | E5 | FC | E2 | 9 | 0 | A | 1 | 71 | 51 | 5E |
Octal | 345 | 374 | 342 | 11 | 0 | 12 | 1 | 161 | 121 | 136 |
Binary | 11100101 | 11111100 | 11100010 | 1001 | 0 | 1010 | 1 | 1110001 | 1010001 | 1011110 |
Color Harmonies of #E5FCE2
Complementary color
Monochromatic Colors of #E5FCE2
Black with #E5FCE2
Text Example
Text Example
White with #E5FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FCE2; }
p { color: rgb(229,252,226); }
H1.HeaderClassName
{
color: #E5FCE2;
}
.AnyTagClassName
{
color: #E5FCE2;
}
</style>
background-color css
<style>
a { background-color: #E5FCE2; }
a { background-color: rgb(229,252,226); }
div.DivClassName
{
background-color: #E5FCE2;
}
.BgClassName
{
background-color: #E5FCE2;
}
</style>
border-color css
<style>
span { border-color: #E5FCE2; }
span { border-color: rgb(229,252,226); }
td.TdClassName
{
border-color: #E5FCE2;
}
.TagClassName
{
border-color: #E5FCE2;
}
</style>