Shades of Aqua Spring #E3FAE2
Tints of Aqua Spring #E3FAE2
RGB
CMYK
RGB Variations
Color information
#E3FAE2 (or 0xE3FAE2) is known color: Aqua Spring. HEX triplet: E3, FA and E2. RGB value is (227,250,226). Sum of RGB (Red+Green+Blue) = 227+250+226=703 (93% of max value = 765). Red value is 227 (89.06% from 255 or 32.29% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 250 - color contains mainly: green. Hex color #E3FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3FAE2 is #1C051D. Grayscale: #F0F0F0. Windows color (decimal): -1836318 or 14875363. OLE color: 14875363.
HSL color Cylindrical-coordinate representation of color #E3FAE2: hue angle of 117.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3FAE2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 227 | 250 | 226 | - |
CMYK | 0.09 | 0 | 0.10 | 0.02 |
HSL | 117.5º | 0.71% | 0.93% | - |
HSV(B) | 117.5º | 0.1% | 0.98% | - |
XYZ | 79.59 | 90.19 | 85.17 | - |
YUV | 240.39 | 119.88 | 118.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 227 | 250 | 226 | 0.09 | 0 | 0.10 | 0.02 | 117.5 | 0.71 | 0.93 |
Hex | E3 | FA | E2 | 9 | 0 | A | 2 | 76 | 47 | 5D |
Octal | 343 | 372 | 342 | 11 | 0 | 12 | 2 | 166 | 107 | 135 |
Binary | 11100011 | 11111010 | 11100010 | 1001 | 0 | 1010 | 10 | 1110110 | 1000111 | 1011101 |
Color Harmonies of #E3FAE2
Complementary color
Monochromatic Colors of #E3FAE2
Black with #E3FAE2
Text Example
Text Example
White with #E3FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FAE2; }
p { color: rgb(227,250,226); }
H1.HeaderClassName
{
color: #E3FAE2;
}
.AnyTagClassName
{
color: #E3FAE2;
}
</style>
background-color css
<style>
a { background-color: #E3FAE2; }
a { background-color: rgb(227,250,226); }
div.DivClassName
{
background-color: #E3FAE2;
}
.BgClassName
{
background-color: #E3FAE2;
}
</style>
border-color css
<style>
span { border-color: #E3FAE2; }
span { border-color: rgb(227,250,226); }
td.TdClassName
{
border-color: #E3FAE2;
}
.TagClassName
{
border-color: #E3FAE2;
}
</style>