Shades of Aqua Spring #E4FFE2
Tints of Aqua Spring #E4FFE2
RGB
CMYK
RGB Variations
Color information
#E4FFE2 (or 0xE4FFE2) is known color: Aqua Spring. HEX triplet: E4, FF and E2. RGB value is (228,255,226). Sum of RGB (Red+Green+Blue) = 228+255+226=709 (93% of max value = 765). Red value is 228 (89.45% from 255 or 32.16% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4FFE2 is #1B001D. Grayscale: #F3F3F3. Windows color (decimal): -1769502 or 14876644. OLE color: 14876644.
HSL color Cylindrical-coordinate representation of color #E4FFE2: hue angle of 115.86º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4FFE2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 226 | - |
| CMYK | 0.11 | 0 | 0.11 | 0 |
| HSL | 115.86º | 1% | 0.94% | - |
| HSV(B) | 115.86º | 0.11% | 1% | - |
| XYZ | 81.48 | 93.5 | 85.71 | - |
| YUV | 243.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 226 | 0.11 | 0 | 0.11 | 0 | 115.86 | 1 | 0.94 |
| Hex | E4 | FF | E2 | B | 0 | B | 0 | 74 | 64 | 5E |
| Octal | 344 | 377 | 342 | 13 | 0 | 13 | 0 | 164 | 144 | 136 |
| Binary | 11100100 | 11111111 | 11100010 | 1011 | 0 | 1011 | 0 | 1110100 | 1100100 | 1011110 |
Color Harmonies of #E4FFE2
Complementary color
Monochromatic Colors of #E4FFE2
Black with #E4FFE2
Text Example
Text Example
White with #E4FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FFE2; }
p { color: rgb(228,255,226); }
H1.HeaderClassName
{
color: #E4FFE2;
}
.AnyTagClassName
{
color: #E4FFE2;
}
</style>
background-color css
<style>
a { background-color: #E4FFE2; }
a { background-color: rgb(228,255,226); }
div.DivClassName
{
background-color: #E4FFE2;
}
.BgClassName
{
background-color: #E4FFE2;
}
</style>
border-color css
<style>
span { border-color: #E4FFE2; }
span { border-color: rgb(228,255,226); }
td.TdClassName
{
border-color: #E4FFE2;
}
.TagClassName
{
border-color: #E4FFE2;
}
</style>