Shades of Australian Mint #EFF6AB
Tints of Australian Mint #EFF6AB
RGB
CMYK
RGB Variations
Color information
#EFF6AB (or 0xEFF6AB) is known color: Australian Mint. HEX triplet: EF, F6 and AB. RGB value is (239,246,171). Sum of RGB (Red+Green+Blue) = 239+246+171=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF6AB is #100954. Grayscale: #EBEBEB. Windows color (decimal): -1050965 or 11269871. OLE color: 11269871.
HSL color Cylindrical-coordinate representation of color #EFF6AB: hue angle of 65.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFF6AB is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 171 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.04 |
| HSL | 65.6º | 0.81% | 0.82% | - |
| HSV(B) | 65.6º | 0.3% | 0.96% | - |
| XYZ | 75.9 | 87.2 | 51.36 | - |
| YUV | 235.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 171 | 0.03 | 0 | 0.30 | 0.04 | 65.6 | 0.81 | 0.82 |
| Hex | EF | F6 | AB | 3 | 0 | 1E | 4 | 42 | 51 | 52 |
| Octal | 357 | 366 | 253 | 3 | 0 | 36 | 4 | 102 | 121 | 122 |
| Binary | 11101111 | 11110110 | 10101011 | 11 | 0 | 11110 | 100 | 1000010 | 1010001 | 1010010 |
Color Harmonies of #EFF6AB
Complementary color
Monochromatic Colors of #EFF6AB
Black with #EFF6AB
Text Example
Text Example
White with #EFF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF6AB; }
p { color: rgb(239,246,171); }
H1.HeaderClassName
{
color: #EFF6AB;
}
.AnyTagClassName
{
color: #EFF6AB;
}
</style>
background-color css
<style>
a { background-color: #EFF6AB; }
a { background-color: rgb(239,246,171); }
div.DivClassName
{
background-color: #EFF6AB;
}
.BgClassName
{
background-color: #EFF6AB;
}
</style>
border-color css
<style>
span { border-color: #EFF6AB; }
span { border-color: rgb(239,246,171); }
td.TdClassName
{
border-color: #EFF6AB;
}
.TagClassName
{
border-color: #EFF6AB;
}
</style>