Shades of Australian Mint #EEFBA8
Tints of Australian Mint #EEFBA8
RGB
CMYK
RGB Variations
Color information
#EEFBA8 (or 0xEEFBA8) is known color: Australian Mint. HEX triplet: EE, FB and A8. RGB value is (238,251,168). Sum of RGB (Red+Green+Blue) = 238+251+168=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFBA8 is #110457. Grayscale: #EDEDED. Windows color (decimal): -1115224 or 11074542. OLE color: 11074542.
HSL color Cylindrical-coordinate representation of color #EEFBA8: hue angle of 69.4º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFBA8 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 251 | 168 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.02 |
| HSL | 69.4º | 0.91% | 0.82% | - |
| HSV(B) | 69.4º | 0.33% | 0.98% | - |
| XYZ | 76.82 | 90 | 50.37 | - |
| YUV | 237.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 251 | 168 | 0.05 | 0 | 0.33 | 0.02 | 69.4 | 0.91 | 0.82 |
| Hex | EE | FB | A8 | 5 | 0 | 21 | 2 | 45 | 5B | 52 |
| Octal | 356 | 373 | 250 | 5 | 0 | 41 | 2 | 105 | 133 | 122 |
| Binary | 11101110 | 11111011 | 10101000 | 101 | 0 | 100001 | 10 | 1000101 | 1011011 | 1010010 |
Color Harmonies of #EEFBA8
Complementary color
Monochromatic Colors of #EEFBA8
Black with #EEFBA8
Text Example
Text Example
White with #EEFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBA8; }
p { color: rgb(238,251,168); }
H1.HeaderClassName
{
color: #EEFBA8;
}
.AnyTagClassName
{
color: #EEFBA8;
}
</style>
background-color css
<style>
a { background-color: #EEFBA8; }
a { background-color: rgb(238,251,168); }
div.DivClassName
{
background-color: #EEFBA8;
}
.BgClassName
{
background-color: #EEFBA8;
}
</style>
border-color css
<style>
span { border-color: #EEFBA8; }
span { border-color: rgb(238,251,168); }
td.TdClassName
{
border-color: #EEFBA8;
}
.TagClassName
{
border-color: #EEFBA8;
}
</style>