Shades of Frosted Mint #E0FFE4
Tints of Frosted Mint #E0FFE4
RGB
CMYK
RGB Variations
Color information
#E0FFE4 (or 0xE0FFE4) is known color: Frosted Mint. HEX triplet: E0, FF and E4. RGB value is (224,255,228). Sum of RGB (Red+Green+Blue) = 224+255+228=707 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.68% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FFE4 is #1F001B. Grayscale: #F2F2F2. Windows color (decimal): -2031644 or 15007712. OLE color: 15007712.
HSL color Cylindrical-coordinate representation of color #E0FFE4: hue angle of 127.74º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FFE4 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 228 | - |
| CMYK | 0.12 | 0 | 0.11 | 0 |
| HSL | 127.74º | 1% | 0.94% | - |
| HSV(B) | 127.74º | 0.12% | 1% | - |
| XYZ | 80.5 | 92.97 | 87.1 | - |
| YUV | 242.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 228 | 0.12 | 0 | 0.11 | 0 | 127.74 | 1 | 0.94 |
| Hex | E0 | FF | E4 | C | 0 | B | 0 | 80 | 64 | 5E |
| Octal | 340 | 377 | 344 | 14 | 0 | 13 | 0 | 200 | 144 | 136 |
| Binary | 11100000 | 11111111 | 11100100 | 1100 | 0 | 1011 | 0 | 10000000 | 1100100 | 1011110 |
Color Harmonies of #E0FFE4
Complementary color
Monochromatic Colors of #E0FFE4
Black with #E0FFE4
Text Example
Text Example
White with #E0FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFE4; }
p { color: rgb(224,255,228); }
H1.HeaderClassName
{
color: #E0FFE4;
}
.AnyTagClassName
{
color: #E0FFE4;
}
</style>
background-color css
<style>
a { background-color: #E0FFE4; }
a { background-color: rgb(224,255,228); }
div.DivClassName
{
background-color: #E0FFE4;
}
.BgClassName
{
background-color: #E0FFE4;
}
</style>
border-color css
<style>
span { border-color: #E0FFE4; }
span { border-color: rgb(224,255,228); }
td.TdClassName
{
border-color: #E0FFE4;
}
.TagClassName
{
border-color: #E0FFE4;
}
</style>