Shades of Aqua Spring #E2FCE2
Tints of Aqua Spring #E2FCE2
RGB
CMYK
RGB Variations
Color information
#E2FCE2 (or 0xE2FCE2) is known color: Aqua Spring. HEX triplet: E2, FC and E2. RGB value is (226,252,226). Sum of RGB (Red+Green+Blue) = 226+252+226=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCE2 is #1D031D. Grayscale: #F1F1F1. Windows color (decimal): -1901342 or 14875874. OLE color: 14875874.
HSL color Cylindrical-coordinate representation of color #E2FCE2: hue angle of 120º 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 #E2FCE2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 226 | - |
CMYK | 0.10 | 0 | 0.10 | 0.01 |
HSL | 120º | 0.81% | 0.94% | - |
HSV(B) | 120º | 0.1% | 0.99% | - |
XYZ | 79.9 | 91.28 | 85.36 | - |
YUV | 241.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 226 | 0.10 | 0 | 0.10 | 0.01 | 120 | 0.81 | 0.94 |
Hex | E2 | FC | E2 | A | 0 | A | 1 | 78 | 51 | 5E |
Octal | 342 | 374 | 342 | 12 | 0 | 12 | 1 | 170 | 121 | 136 |
Binary | 11100010 | 11111100 | 11100010 | 1010 | 0 | 1010 | 1 | 1111000 | 1010001 | 1011110 |
Color Harmonies of #E2FCE2
Complementary color
Monochromatic Colors of #E2FCE2
Black with #E2FCE2
Text Example
Text Example
White with #E2FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCE2; }
p { color: rgb(226,252,226); }
H1.HeaderClassName
{
color: #E2FCE2;
}
.AnyTagClassName
{
color: #E2FCE2;
}
</style>
background-color css
<style>
a { background-color: #E2FCE2; }
a { background-color: rgb(226,252,226); }
div.DivClassName
{
background-color: #E2FCE2;
}
.BgClassName
{
background-color: #E2FCE2;
}
</style>
border-color css
<style>
span { border-color: #E2FCE2; }
span { border-color: rgb(226,252,226); }
td.TdClassName
{
border-color: #E2FCE2;
}
.TagClassName
{
border-color: #E2FCE2;
}
</style>