Shades of Australian Mint #EEFFA8
Tints of Australian Mint #EEFFA8
RGB
CMYK
RGB Variations
Color information
#EEFFA8 (or 0xEEFFA8) is known color: Australian Mint. HEX triplet: EE, FF and A8. RGB value is (238,255,168). Sum of RGB (Red+Green+Blue) = 238+255+168=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFA8 is #110057. Grayscale: #F0F0F0. Windows color (decimal): -1114200 or 11075566. OLE color: 11075566.
HSL color Cylindrical-coordinate representation of color #EEFFA8: hue angle of 71.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEFFA8 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 168 | - |
| CMYK | 0.07 | 0 | 0.34 | 0 |
| HSL | 71.72º | 1% | 0.83% | - |
| HSV(B) | 71.72º | 0.34% | 1% | - |
| XYZ | 78.09 | 92.52 | 50.79 | - |
| YUV | 240 | 87.37 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 168 | 0.07 | 0 | 0.34 | 0 | 71.72 | 1 | 0.83 |
| Hex | EE | FF | A8 | 7 | 0 | 22 | 0 | 48 | 64 | 53 |
| Octal | 356 | 377 | 250 | 7 | 0 | 42 | 0 | 110 | 144 | 123 |
| Binary | 11101110 | 11111111 | 10101000 | 111 | 0 | 100010 | 0 | 1001000 | 1100100 | 1010011 |
Color Harmonies of #EEFFA8
Complementary color
Monochromatic Colors of #EEFFA8
Black with #EEFFA8
Text Example
Text Example
White with #EEFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFA8; }
p { color: rgb(238,255,168); }
H1.HeaderClassName
{
color: #EEFFA8;
}
.AnyTagClassName
{
color: #EEFFA8;
}
</style>
background-color css
<style>
a { background-color: #EEFFA8; }
a { background-color: rgb(238,255,168); }
div.DivClassName
{
background-color: #EEFFA8;
}
.BgClassName
{
background-color: #EEFFA8;
}
</style>
border-color css
<style>
span { border-color: #EEFFA8; }
span { border-color: rgb(238,255,168); }
td.TdClassName
{
border-color: #EEFFA8;
}
.TagClassName
{
border-color: #EEFFA8;
}
</style>