Shades of Australian Mint #EEFBAC
Tints of Australian Mint #EEFBAC
RGB
CMYK
RGB Variations
Color information
#EEFBAC (or 0xEEFBAC) is known color: Australian Mint. HEX triplet: EE, FB and AC. RGB value is (238,251,172). Sum of RGB (Red+Green+Blue) = 238+251+172=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFBAC is #110453. Grayscale: #EEEEEE. Windows color (decimal): -1115220 or 11336686. OLE color: 11336686.
HSL color Cylindrical-coordinate representation of color #EEFBAC: hue angle of 69.87º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFBAC is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 172 | - |
CMYK | 0.05 | 0 | 0.31 | 0.02 |
HSL | 69.87º | 0.91% | 0.83% | - |
HSV(B) | 69.87º | 0.31% | 0.98% | - |
XYZ | 77.2 | 90.15 | 52.36 | - |
YUV | 238.11 | 90.69 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 172 | 0.05 | 0 | 0.31 | 0.02 | 69.87 | 0.91 | 0.83 |
Hex | EE | FB | AC | 5 | 0 | 1F | 2 | 46 | 5B | 53 |
Octal | 356 | 373 | 254 | 5 | 0 | 37 | 2 | 106 | 133 | 123 |
Binary | 11101110 | 11111011 | 10101100 | 101 | 0 | 11111 | 10 | 1000110 | 1011011 | 1010011 |
Color Harmonies of #EEFBAC
Complementary color
Monochromatic Colors of #EEFBAC
Black with #EEFBAC
Text Example
Text Example
White with #EEFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBAC; }
p { color: rgb(238,251,172); }
H1.HeaderClassName
{
color: #EEFBAC;
}
.AnyTagClassName
{
color: #EEFBAC;
}
</style>
background-color css
<style>
a { background-color: #EEFBAC; }
a { background-color: rgb(238,251,172); }
div.DivClassName
{
background-color: #EEFBAC;
}
.BgClassName
{
background-color: #EEFBAC;
}
</style>
border-color css
<style>
span { border-color: #EEFBAC; }
span { border-color: rgb(238,251,172); }
td.TdClassName
{
border-color: #EEFBAC;
}
.TagClassName
{
border-color: #EEFBAC;
}
</style>