Shades of Aqua Spring #E2FBE2
Tints of Aqua Spring #E2FBE2
RGB
CMYK
RGB Variations
Color information
#E2FBE2 (or 0xE2FBE2) is known color: Aqua Spring. HEX triplet: E2, FB and E2. RGB value is (226,251,226). Sum of RGB (Red+Green+Blue) = 226+251+226=703 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.15% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBE2 is #1D041D. Grayscale: #F0F0F0. Windows color (decimal): -1901598 or 14875618. OLE color: 14875618.
HSL color Cylindrical-coordinate representation of color #E2FBE2: hue angle of 120º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2FBE2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 251 | 226 | - |
CMYK | 0.10 | 0 | 0.10 | 0.02 |
HSL | 120º | 0.76% | 0.94% | - |
HSV(B) | 120º | 0.1% | 0.98% | - |
XYZ | 79.59 | 90.65 | 85.25 | - |
YUV | 240.68 | 119.72 | 117.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 251 | 226 | 0.10 | 0 | 0.10 | 0.02 | 120 | 0.76 | 0.94 |
Hex | E2 | FB | E2 | A | 0 | A | 2 | 78 | 4C | 5E |
Octal | 342 | 373 | 342 | 12 | 0 | 12 | 2 | 170 | 114 | 136 |
Binary | 11100010 | 11111011 | 11100010 | 1010 | 0 | 1010 | 10 | 1111000 | 1001100 | 1011110 |
Color Harmonies of #E2FBE2
Complementary color
Monochromatic Colors of #E2FBE2
Black with #E2FBE2
Text Example
Text Example
White with #E2FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBE2; }
p { color: rgb(226,251,226); }
H1.HeaderClassName
{
color: #E2FBE2;
}
.AnyTagClassName
{
color: #E2FBE2;
}
</style>
background-color css
<style>
a { background-color: #E2FBE2; }
a { background-color: rgb(226,251,226); }
div.DivClassName
{
background-color: #E2FBE2;
}
.BgClassName
{
background-color: #E2FBE2;
}
</style>
border-color css
<style>
span { border-color: #E2FBE2; }
span { border-color: rgb(226,251,226); }
td.TdClassName
{
border-color: #E2FBE2;
}
.TagClassName
{
border-color: #E2FBE2;
}
</style>