Shades of Mint Cream #EFFEF5
Tints of Mint Cream #EFFEF5
RGB
CMYK
RGB Variations
Color information
#EFFEF5 (or 0xEFFEF5) is known color: Mint Cream. HEX triplet: EF, FE and F5. RGB value is (239,254,245). Sum of RGB (Red+Green+Blue) = 239+254+245=738 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.38% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 245 (96.09% from 255 or 33.20% from 738); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEF5 is #10010A. Grayscale: #F8F8F8. Windows color (decimal): -1048843 or 16121583. OLE color: 16121583.
HSL color Cylindrical-coordinate representation of color #EFFEF5: hue angle of 144º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEF5 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 239 | 254 | 245 | - |
CMYK | 0.06 | 0 | 0.04 | 0.00 |
HSL | 144º | 0.88% | 0.97% | - |
HSV(B) | 144º | 0.06% | 1% | - |
XYZ | 87.52 | 95.83 | 100.27 | - |
YUV | 248.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 254 | 245 | 0.06 | 0 | 0.04 | 0.00 | 144 | 0.88 | 0.97 |
Hex | EF | FE | F5 | 6 | 0 | 4 | 0 | 90 | 58 | 61 |
Octal | 357 | 376 | 365 | 6 | 0 | 4 | 0 | 220 | 130 | 141 |
Binary | 11101111 | 11111110 | 11110101 | 110 | 0 | 100 | 0 | 10010000 | 1011000 | 1100001 |
Color Harmonies of #EFFEF5
Complementary color
Monochromatic Colors of #EFFEF5
Black with #EFFEF5
Text Example
Text Example
White with #EFFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFEF5; }
p { color: rgb(239,254,245); }
H1.HeaderClassName
{
color: #EFFEF5;
}
.AnyTagClassName
{
color: #EFFEF5;
}
</style>
background-color css
<style>
a { background-color: #EFFEF5; }
a { background-color: rgb(239,254,245); }
div.DivClassName
{
background-color: #EFFEF5;
}
.BgClassName
{
background-color: #EFFEF5;
}
</style>
border-color css
<style>
span { border-color: #EFFEF5; }
span { border-color: rgb(239,254,245); }
td.TdClassName
{
border-color: #EFFEF5;
}
.TagClassName
{
border-color: #EFFEF5;
}
</style>