Shades of Australian Mint #EEFAA8
Tints of Australian Mint #EEFAA8
RGB
CMYK
RGB Variations
Color information
#EEFAA8 (or 0xEEFAA8) is known color: Australian Mint. HEX triplet: EE, FA and A8. RGB value is (238,250,168). Sum of RGB (Red+Green+Blue) = 238+250+168=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 168 (66.02% from 255 or 25.61% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFAA8 is #110557. Grayscale: #EDEDED. Windows color (decimal): -1115480 or 11074286. OLE color: 11074286.
HSL color Cylindrical-coordinate representation of color #EEFAA8: hue angle of 68.78º degrees, saturation: 0.89, 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 #EEFAA8 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 250 | 168 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.02 |
| HSL | 68.78º | 0.89% | 0.82% | - |
| HSV(B) | 68.78º | 0.33% | 0.98% | - |
| XYZ | 76.51 | 89.38 | 50.26 | - |
| YUV | 237.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 250 | 168 | 0.05 | 0 | 0.33 | 0.02 | 68.78 | 0.89 | 0.82 |
| Hex | EE | FA | A8 | 5 | 0 | 21 | 2 | 45 | 59 | 52 |
| Octal | 356 | 372 | 250 | 5 | 0 | 41 | 2 | 105 | 131 | 122 |
| Binary | 11101110 | 11111010 | 10101000 | 101 | 0 | 100001 | 10 | 1000101 | 1011001 | 1010010 |
Color Harmonies of #EEFAA8
Complementary color
Monochromatic Colors of #EEFAA8
Black with #EEFAA8
Text Example
Text Example
White with #EEFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFAA8; }
p { color: rgb(238,250,168); }
H1.HeaderClassName
{
color: #EEFAA8;
}
.AnyTagClassName
{
color: #EEFAA8;
}
</style>
background-color css
<style>
a { background-color: #EEFAA8; }
a { background-color: rgb(238,250,168); }
div.DivClassName
{
background-color: #EEFAA8;
}
.BgClassName
{
background-color: #EEFAA8;
}
</style>
border-color css
<style>
span { border-color: #EEFAA8; }
span { border-color: rgb(238,250,168); }
td.TdClassName
{
border-color: #EEFAA8;
}
.TagClassName
{
border-color: #EEFAA8;
}
</style>