Shades of Australian Mint #EEFFAB
Tints of Australian Mint #EEFFAB
RGB
CMYK
RGB Variations
Color information
#EEFFAB (or 0xEEFFAB) is known color: Australian Mint. HEX triplet: EE, FF and AB. RGB value is (238,255,171). Sum of RGB (Red+Green+Blue) = 238+255+171=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAB is #110054. Grayscale: #F0F0F0. Windows color (decimal): -1114197 or 11272174. OLE color: 11272174.
HSL color Cylindrical-coordinate representation of color #EEFFAB: hue angle of 72.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEFFAB is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 171 | - |
| CMYK | 0.07 | 0 | 0.33 | 0 |
| HSL | 72.14º | 1% | 0.84% | - |
| HSV(B) | 72.14º | 0.33% | 1% | - |
| XYZ | 78.37 | 92.64 | 52.28 | - |
| YUV | 240.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 171 | 0.07 | 0 | 0.33 | 0 | 72.14 | 1 | 0.84 |
| Hex | EE | FF | AB | 7 | 0 | 21 | 0 | 48 | 64 | 54 |
| Octal | 356 | 377 | 253 | 7 | 0 | 41 | 0 | 110 | 144 | 124 |
| Binary | 11101110 | 11111111 | 10101011 | 111 | 0 | 100001 | 0 | 1001000 | 1100100 | 1010100 |
Color Harmonies of #EEFFAB
Complementary color
Monochromatic Colors of #EEFFAB
Black with #EEFFAB
Text Example
Text Example
White with #EEFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFAB; }
p { color: rgb(238,255,171); }
H1.HeaderClassName
{
color: #EEFFAB;
}
.AnyTagClassName
{
color: #EEFFAB;
}
</style>
background-color css
<style>
a { background-color: #EEFFAB; }
a { background-color: rgb(238,255,171); }
div.DivClassName
{
background-color: #EEFFAB;
}
.BgClassName
{
background-color: #EEFFAB;
}
</style>
border-color css
<style>
span { border-color: #EEFFAB; }
span { border-color: rgb(238,255,171); }
td.TdClassName
{
border-color: #EEFFAB;
}
.TagClassName
{
border-color: #EEFFAB;
}
</style>