Shades of Australian Mint #EFFAA3
Tints of Australian Mint #EFFAA3
RGB
CMYK
RGB Variations
Color information
#EFFAA3 (or 0xEFFAA3) is known color: Australian Mint. HEX triplet: EF, FA and A3. RGB value is (239,250,163). Sum of RGB (Red+Green+Blue) = 239+250+163=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 163 (64.06% from 255 or 25% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFAA3 is #10055C. Grayscale: #EDEDED. Windows color (decimal): -1049949 or 10746607. OLE color: 10746607.
HSL color Cylindrical-coordinate representation of color #EFFAA3: hue angle of 67.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFFAA3 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 250 | 163 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.02 |
| HSL | 67.59º | 0.9% | 0.81% | - |
| HSV(B) | 67.59º | 0.35% | 0.98% | - |
| XYZ | 76.39 | 89.37 | 47.87 | - |
| YUV | 236.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 250 | 163 | 0.04 | 0 | 0.35 | 0.02 | 67.59 | 0.9 | 0.81 |
| Hex | EF | FA | A3 | 4 | 0 | 23 | 2 | 44 | 5A | 51 |
| Octal | 357 | 372 | 243 | 4 | 0 | 43 | 2 | 104 | 132 | 121 |
| Binary | 11101111 | 11111010 | 10100011 | 100 | 0 | 100011 | 10 | 1000100 | 1011010 | 1010001 |
Color Harmonies of #EFFAA3
Complementary color
Monochromatic Colors of #EFFAA3
Black with #EFFAA3
Text Example
Text Example
White with #EFFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFAA3; }
p { color: rgb(239,250,163); }
H1.HeaderClassName
{
color: #EFFAA3;
}
.AnyTagClassName
{
color: #EFFAA3;
}
</style>
background-color css
<style>
a { background-color: #EFFAA3; }
a { background-color: rgb(239,250,163); }
div.DivClassName
{
background-color: #EFFAA3;
}
.BgClassName
{
background-color: #EFFAA3;
}
</style>
border-color css
<style>
span { border-color: #EFFAA3; }
span { border-color: rgb(239,250,163); }
td.TdClassName
{
border-color: #EFFAA3;
}
.TagClassName
{
border-color: #EFFAA3;
}
</style>