Shades of Aqua Spring #E2FCE3
Tints of Aqua Spring #E2FCE3
RGB
CMYK
RGB Variations
Color information
#E2FCE3 (or 0xE2FCE3) is known color: Aqua Spring. HEX triplet: E2, FC and E3. RGB value is (226,252,227). Sum of RGB (Red+Green+Blue) = 226+252+227=705 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.06% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCE3 is #1D031C. Grayscale: #F1F1F1. Windows color (decimal): -1901341 or 14941410. OLE color: 14941410.
HSL color Cylindrical-coordinate representation of color #E2FCE3: hue angle of 122.31º 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 #E2FCE3 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 227 | - |
CMYK | 0.10 | 0 | 0.10 | 0.01 |
HSL | 122.31º | 0.81% | 0.94% | - |
HSV(B) | 122.31º | 0.1% | 0.99% | - |
XYZ | 80.04 | 91.34 | 86.08 | - |
YUV | 241.38 | 119.89 | 117.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 227 | 0.10 | 0 | 0.10 | 0.01 | 122.31 | 0.81 | 0.94 |
Hex | E2 | FC | E3 | A | 0 | A | 1 | 7A | 51 | 5E |
Octal | 342 | 374 | 343 | 12 | 0 | 12 | 1 | 172 | 121 | 136 |
Binary | 11100010 | 11111100 | 11100011 | 1010 | 0 | 1010 | 1 | 1111010 | 1010001 | 1011110 |
Color Harmonies of #E2FCE3
Complementary color
Monochromatic Colors of #E2FCE3
Black with #E2FCE3
Text Example
Text Example
White with #E2FCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCE3; }
p { color: rgb(226,252,227); }
H1.HeaderClassName
{
color: #E2FCE3;
}
.AnyTagClassName
{
color: #E2FCE3;
}
</style>
background-color css
<style>
a { background-color: #E2FCE3; }
a { background-color: rgb(226,252,227); }
div.DivClassName
{
background-color: #E2FCE3;
}
.BgClassName
{
background-color: #E2FCE3;
}
</style>
border-color css
<style>
span { border-color: #E2FCE3; }
span { border-color: rgb(226,252,227); }
td.TdClassName
{
border-color: #E2FCE3;
}
.TagClassName
{
border-color: #E2FCE3;
}
</style>