Shades of Australian Mint #EEFBB2
Tints of Australian Mint #EEFBB2
RGB
CMYK
RGB Variations
Color information
#EEFBB2 (or 0xEEFBB2) is known color: Australian Mint. HEX triplet: EE, FB and B2. RGB value is (238,251,178). Sum of RGB (Red+Green+Blue) = 238+251+178=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFBB2 is #11044D. Grayscale: #EFEFEF. Windows color (decimal): -1115214 or 11729902. OLE color: 11729902.
HSL color Cylindrical-coordinate representation of color #EEFBB2: hue angle of 70.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEFBB2 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 251 | 178 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.02 |
| HSL | 70.68º | 0.9% | 0.84% | - |
| HSV(B) | 70.68º | 0.29% | 0.98% | - |
| XYZ | 77.79 | 90.39 | 55.47 | - |
| YUV | 238.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 178 | 0.05 | 0 | 0.29 | 0.02 | 70.68 | 0.9 | 0.84 |
| Hex | EE | FB | B2 | 5 | 0 | 1D | 2 | 47 | 5A | 54 |
| Octal | 356 | 373 | 262 | 5 | 0 | 35 | 2 | 107 | 132 | 124 |
| Binary | 11101110 | 11111011 | 10110010 | 101 | 0 | 11101 | 10 | 1000111 | 1011010 | 1010100 |
Color Harmonies of #EEFBB2
Complementary color
Monochromatic Colors of #EEFBB2
Black with #EEFBB2
Text Example
Text Example
White with #EEFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBB2; }
p { color: rgb(238,251,178); }
H1.HeaderClassName
{
color: #EEFBB2;
}
.AnyTagClassName
{
color: #EEFBB2;
}
</style>
background-color css
<style>
a { background-color: #EEFBB2; }
a { background-color: rgb(238,251,178); }
div.DivClassName
{
background-color: #EEFBB2;
}
.BgClassName
{
background-color: #EEFBB2;
}
</style>
border-color css
<style>
span { border-color: #EEFBB2; }
span { border-color: rgb(238,251,178); }
td.TdClassName
{
border-color: #EEFBB2;
}
.TagClassName
{
border-color: #EEFBB2;
}
</style>