Shades of Australian Mint #EEFFAC
Tints of Australian Mint #EEFFAC
RGB
CMYK
RGB Variations
Color information
#EEFFAC (or 0xEEFFAC) is known color: Australian Mint. HEX triplet: EE, FF and AC. RGB value is (238,255,172). Sum of RGB (Red+Green+Blue) = 238+255+172=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAC is #110053. Grayscale: #F0F0F0. Windows color (decimal): -1114196 or 11337710. OLE color: 11337710.
HSL color Cylindrical-coordinate representation of color #EEFFAC: hue angle of 72.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFFAC is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 172 | - |
CMYK | 0.07 | 0 | 0.33 | 0 |
HSL | 72.29º | 1% | 0.84% | - |
HSV(B) | 72.29º | 0.33% | 1% | - |
XYZ | 78.47 | 92.68 | 52.78 | - |
YUV | 240.46 | 89.37 | 126.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 172 | 0.07 | 0 | 0.33 | 0 | 72.29 | 1 | 0.84 |
Hex | EE | FF | AC | 7 | 0 | 21 | 0 | 48 | 64 | 54 |
Octal | 356 | 377 | 254 | 7 | 0 | 41 | 0 | 110 | 144 | 124 |
Binary | 11101110 | 11111111 | 10101100 | 111 | 0 | 100001 | 0 | 1001000 | 1100100 | 1010100 |
Color Harmonies of #EEFFAC
Complementary color
Monochromatic Colors of #EEFFAC
Black with #EEFFAC
Text Example
Text Example
White with #EEFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFAC; }
p { color: rgb(238,255,172); }
H1.HeaderClassName
{
color: #EEFFAC;
}
.AnyTagClassName
{
color: #EEFFAC;
}
</style>
background-color css
<style>
a { background-color: #EEFFAC; }
a { background-color: rgb(238,255,172); }
div.DivClassName
{
background-color: #EEFFAC;
}
.BgClassName
{
background-color: #EEFFAC;
}
</style>
border-color css
<style>
span { border-color: #EEFFAC; }
span { border-color: rgb(238,255,172); }
td.TdClassName
{
border-color: #EEFFAC;
}
.TagClassName
{
border-color: #EEFFAC;
}
</style>