Shades of Mint Cream #EFF4F2
Tints of Mint Cream #EFF4F2
RGB
CMYK
RGB Variations
Color information
#EFF4F2 (or 0xEFF4F2) is known color: Mint Cream. HEX triplet: EF, F4 and F2. RGB value is (239,244,242). Sum of RGB (Red+Green+Blue) = 239+244+242=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 242 (94.92% from 255 or 33.38% from 725); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4F2 is #100B0D. Grayscale: #F2F2F2. Windows color (decimal): -1051406 or 15922415. OLE color: 15922415.
HSL color Cylindrical-coordinate representation of color #EFF4F2: hue angle of 156º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF4F2 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 242 | - |
CMYK | 0.02 | 0 | 0.01 | 0.04 |
HSL | 156º | 0.19% | 0.95% | - |
HSV(B) | 156º | 0.02% | 0.96% | - |
XYZ | 83.97 | 89.46 | 96.85 | - |
YUV | 242.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 242 | 0.02 | 0 | 0.01 | 0.04 | 156 | 0.19 | 0.95 |
Hex | EF | F4 | F2 | 2 | 0 | 1 | 4 | 9C | 13 | 5F |
Octal | 357 | 364 | 362 | 2 | 0 | 1 | 4 | 234 | 23 | 137 |
Binary | 11101111 | 11110100 | 11110010 | 10 | 0 | 1 | 100 | 10011100 | 10011 | 1011111 |
Color Harmonies of #EFF4F2
Complementary color
Monochromatic Colors of #EFF4F2
Black with #EFF4F2
Text Example
Text Example
White with #EFF4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4F2; }
p { color: rgb(239,244,242); }
H1.HeaderClassName
{
color: #EFF4F2;
}
.AnyTagClassName
{
color: #EFF4F2;
}
</style>
background-color css
<style>
a { background-color: #EFF4F2; }
a { background-color: rgb(239,244,242); }
div.DivClassName
{
background-color: #EFF4F2;
}
.BgClassName
{
background-color: #EFF4F2;
}
</style>
border-color css
<style>
span { border-color: #EFF4F2; }
span { border-color: rgb(239,244,242); }
td.TdClassName
{
border-color: #EFF4F2;
}
.TagClassName
{
border-color: #EFF4F2;
}
</style>