Shades of Australian Mint #EFFFAB
Tints of Australian Mint #EFFFAB
RGB
CMYK
RGB Variations
Color information
#EFFFAB (or 0xEFFFAB) is known color: Australian Mint. HEX triplet: EF, FF and AB. RGB value is (239,255,171). Sum of RGB (Red+Green+Blue) = 239+255+171=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 171 (67.19% from 255 or 25.71% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFAB is #100054. Grayscale: #F0F0F0. Windows color (decimal): -1048661 or 11272175. OLE color: 11272175.
HSL color Cylindrical-coordinate representation of color #EFFFAB: hue angle of 71.43º 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 #EFFFAB is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 171 | - |
| CMYK | 0.06 | 0 | 0.33 | 0 |
| HSL | 71.43º | 1% | 0.84% | - |
| HSV(B) | 71.43º | 0.33% | 1% | - |
| XYZ | 78.71 | 92.81 | 52.29 | - |
| YUV | 240.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 171 | 0.06 | 0 | 0.33 | 0 | 71.43 | 1 | 0.84 |
| Hex | EF | FF | AB | 6 | 0 | 21 | 0 | 47 | 64 | 54 |
| Octal | 357 | 377 | 253 | 6 | 0 | 41 | 0 | 107 | 144 | 124 |
| Binary | 11101111 | 11111111 | 10101011 | 110 | 0 | 100001 | 0 | 1000111 | 1100100 | 1010100 |
Color Harmonies of #EFFFAB
Complementary color
Monochromatic Colors of #EFFFAB
Black with #EFFFAB
Text Example
Text Example
White with #EFFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFAB; }
p { color: rgb(239,255,171); }
H1.HeaderClassName
{
color: #EFFFAB;
}
.AnyTagClassName
{
color: #EFFFAB;
}
</style>
background-color css
<style>
a { background-color: #EFFFAB; }
a { background-color: rgb(239,255,171); }
div.DivClassName
{
background-color: #EFFFAB;
}
.BgClassName
{
background-color: #EFFFAB;
}
</style>
border-color css
<style>
span { border-color: #EFFFAB; }
span { border-color: rgb(239,255,171); }
td.TdClassName
{
border-color: #EFFFAB;
}
.TagClassName
{
border-color: #EFFFAB;
}
</style>