Shades of Frosted Mint #E0FAE2
Tints of Frosted Mint #E0FAE2
RGB
CMYK
RGB Variations
Color information
#E0FAE2 (or 0xE0FAE2) is known color: Frosted Mint. HEX triplet: E0, FA and E2. RGB value is (224,250,226). Sum of RGB (Red+Green+Blue) = 224+250+226=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FAE2 is #1F051D. Grayscale: #EFEFEF. Windows color (decimal): -2032926 or 14875360. OLE color: 14875360.
HSL color Cylindrical-coordinate representation of color #E0FAE2: hue angle of 124.62º degrees, saturation: 0.72, 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 #E0FAE2 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 226 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.02 |
| HSL | 124.62º | 0.72% | 0.93% | - |
| HSV(B) | 124.62º | 0.1% | 0.98% | - |
| XYZ | 78.65 | 89.71 | 85.12 | - |
| YUV | 239.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 226 | 0.10 | 0 | 0.10 | 0.02 | 124.62 | 0.72 | 0.93 |
| Hex | E0 | FA | E2 | A | 0 | A | 2 | 7D | 48 | 5D |
| Octal | 340 | 372 | 342 | 12 | 0 | 12 | 2 | 175 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11100010 | 1010 | 0 | 1010 | 10 | 1111101 | 1001000 | 1011101 |
Color Harmonies of #E0FAE2
Complementary color
Monochromatic Colors of #E0FAE2
Black with #E0FAE2
Text Example
Text Example
White with #E0FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAE2; }
p { color: rgb(224,250,226); }
H1.HeaderClassName
{
color: #E0FAE2;
}
.AnyTagClassName
{
color: #E0FAE2;
}
</style>
background-color css
<style>
a { background-color: #E0FAE2; }
a { background-color: rgb(224,250,226); }
div.DivClassName
{
background-color: #E0FAE2;
}
.BgClassName
{
background-color: #E0FAE2;
}
</style>
border-color css
<style>
span { border-color: #E0FAE2; }
span { border-color: rgb(224,250,226); }
td.TdClassName
{
border-color: #E0FAE2;
}
.TagClassName
{
border-color: #E0FAE2;
}
</style>