Shades of Frosted Mint #E0FBE4
Tints of Frosted Mint #E0FBE4
RGB
CMYK
RGB Variations
Color information
#E0FBE4 (or 0xE0FBE4) is known color: Frosted Mint. HEX triplet: E0, FB and E4. RGB value is (224,251,228). Sum of RGB (Red+Green+Blue) = 224+251+228=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 228 (89.45% from 255 or 32.43% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBE4 is #1F041B. Grayscale: #F0F0F0. Windows color (decimal): -2032668 or 15006688. OLE color: 15006688.
HSL color Cylindrical-coordinate representation of color #E0FBE4: hue angle of 128.89º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FBE4 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 228 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.02 |
| HSL | 128.89º | 0.77% | 0.93% | - |
| HSV(B) | 128.89º | 0.11% | 0.98% | - |
| XYZ | 79.24 | 90.44 | 86.68 | - |
| YUV | 240.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 228 | 0.11 | 0 | 0.09 | 0.02 | 128.89 | 0.77 | 0.93 |
| Hex | E0 | FB | E4 | B | 0 | 9 | 2 | 81 | 4D | 5D |
| Octal | 340 | 373 | 344 | 13 | 0 | 11 | 2 | 201 | 115 | 135 |
| Binary | 11100000 | 11111011 | 11100100 | 1011 | 0 | 1001 | 10 | 10000001 | 1001101 | 1011101 |
Color Harmonies of #E0FBE4
Complementary color
Monochromatic Colors of #E0FBE4
Black with #E0FBE4
Text Example
Text Example
White with #E0FBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBE4; }
p { color: rgb(224,251,228); }
H1.HeaderClassName
{
color: #E0FBE4;
}
.AnyTagClassName
{
color: #E0FBE4;
}
</style>
background-color css
<style>
a { background-color: #E0FBE4; }
a { background-color: rgb(224,251,228); }
div.DivClassName
{
background-color: #E0FBE4;
}
.BgClassName
{
background-color: #E0FBE4;
}
</style>
border-color css
<style>
span { border-color: #E0FBE4; }
span { border-color: rgb(224,251,228); }
td.TdClassName
{
border-color: #E0FBE4;
}
.TagClassName
{
border-color: #E0FBE4;
}
</style>