Shades of Australian Mint #EFFAA6
Tints of Australian Mint #EFFAA6
RGB
CMYK
RGB Variations
Color information
#EFFAA6 (or 0xEFFAA6) is known color: Australian Mint. HEX triplet: EF, FA and A6. RGB value is (239,250,166). Sum of RGB (Red+Green+Blue) = 239+250+166=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 166 (65.23% from 255 or 25.34% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAA6 is #100559. Grayscale: #EDEDED. Windows color (decimal): -1049946 or 10943215. OLE color: 10943215.
HSL color Cylindrical-coordinate representation of color #EFFAA6: hue angle of 67.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFAA6 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 166 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.02 |
| HSL | 67.86º | 0.89% | 0.82% | - |
| HSV(B) | 67.86º | 0.34% | 0.98% | - |
| XYZ | 76.67 | 89.48 | 49.31 | - |
| YUV | 237.14 | 87.86 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 166 | 0.04 | 0 | 0.34 | 0.02 | 67.86 | 0.89 | 0.82 |
| Hex | EF | FA | A6 | 4 | 0 | 22 | 2 | 44 | 59 | 52 |
| Octal | 357 | 372 | 246 | 4 | 0 | 42 | 2 | 104 | 131 | 122 |
| Binary | 11101111 | 11111010 | 10100110 | 100 | 0 | 100010 | 10 | 1000100 | 1011001 | 1010010 |
Color Harmonies of #EFFAA6
Complementary color
Monochromatic Colors of #EFFAA6
Black with #EFFAA6
Text Example
Text Example
White with #EFFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAA6; }
p { color: rgb(239,250,166); }
H1.HeaderClassName
{
color: #EFFAA6;
}
.AnyTagClassName
{
color: #EFFAA6;
}
</style>
background-color css
<style>
a { background-color: #EFFAA6; }
a { background-color: rgb(239,250,166); }
div.DivClassName
{
background-color: #EFFAA6;
}
.BgClassName
{
background-color: #EFFAA6;
}
</style>
border-color css
<style>
span { border-color: #EFFAA6; }
span { border-color: rgb(239,250,166); }
td.TdClassName
{
border-color: #EFFAA6;
}
.TagClassName
{
border-color: #EFFAA6;
}
</style>