Shades of Australian Mint #EFFFA6
Tints of Australian Mint #EFFFA6
RGB
CMYK
RGB Variations
Color information
#EFFFA6 (or 0xEFFFA6) is known color: Australian Mint. HEX triplet: EF, FF and A6. RGB value is (239,255,166). Sum of RGB (Red+Green+Blue) = 239+255+166=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 166 (65.23% from 255 or 25.15% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFFA6 is #100059. Grayscale: #F0F0F0. Windows color (decimal): -1048666 or 10944495. OLE color: 10944495.
HSL color Cylindrical-coordinate representation of color #EFFFA6: hue angle of 70.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFFFA6 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 166 | - |
| CMYK | 0.06 | 0 | 0.35 | 0 |
| HSL | 70.79º | 1% | 0.83% | - |
| HSV(B) | 70.79º | 0.35% | 1% | - |
| XYZ | 78.24 | 92.62 | 49.83 | - |
| YUV | 240.07 | 86.2 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 166 | 0.06 | 0 | 0.35 | 0 | 70.79 | 1 | 0.83 |
| Hex | EF | FF | A6 | 6 | 0 | 23 | 0 | 47 | 64 | 53 |
| Octal | 357 | 377 | 246 | 6 | 0 | 43 | 0 | 107 | 144 | 123 |
| Binary | 11101111 | 11111111 | 10100110 | 110 | 0 | 100011 | 0 | 1000111 | 1100100 | 1010011 |
Color Harmonies of #EFFFA6
Complementary color
Monochromatic Colors of #EFFFA6
Black with #EFFFA6
Text Example
Text Example
White with #EFFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFA6; }
p { color: rgb(239,255,166); }
H1.HeaderClassName
{
color: #EFFFA6;
}
.AnyTagClassName
{
color: #EFFFA6;
}
</style>
background-color css
<style>
a { background-color: #EFFFA6; }
a { background-color: rgb(239,255,166); }
div.DivClassName
{
background-color: #EFFFA6;
}
.BgClassName
{
background-color: #EFFFA6;
}
</style>
border-color css
<style>
span { border-color: #EFFFA6; }
span { border-color: rgb(239,255,166); }
td.TdClassName
{
border-color: #EFFFA6;
}
.TagClassName
{
border-color: #EFFFA6;
}
</style>