Shades of Australian Mint #EFFDAC
Tints of Australian Mint #EFFDAC
RGB
CMYK
RGB Variations
Color information
#EFFDAC (or 0xEFFDAC) is known color: Australian Mint. HEX triplet: EF, FD and AC. RGB value is (239,253,172). Sum of RGB (Red+Green+Blue) = 239+253+172=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFDAC is #100253. Grayscale: #EFEFEF. Windows color (decimal): -1049172 or 11337199. OLE color: 11337199.
HSL color Cylindrical-coordinate representation of color #EFFDAC: hue angle of 70.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFFDAC is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 172 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.01 |
| HSL | 70.37º | 0.95% | 0.83% | - |
| HSV(B) | 70.37º | 0.32% | 0.99% | - |
| XYZ | 78.17 | 91.58 | 52.59 | - |
| YUV | 239.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 172 | 0.06 | 0 | 0.32 | 0.01 | 70.37 | 0.95 | 0.83 |
| Hex | EF | FD | AC | 6 | 0 | 20 | 1 | 46 | 5F | 53 |
| Octal | 357 | 375 | 254 | 6 | 0 | 40 | 1 | 106 | 137 | 123 |
| Binary | 11101111 | 11111101 | 10101100 | 110 | 0 | 100000 | 1 | 1000110 | 1011111 | 1010011 |
Color Harmonies of #EFFDAC
Complementary color
Monochromatic Colors of #EFFDAC
Black with #EFFDAC
Text Example
Text Example
White with #EFFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDAC; }
p { color: rgb(239,253,172); }
H1.HeaderClassName
{
color: #EFFDAC;
}
.AnyTagClassName
{
color: #EFFDAC;
}
</style>
background-color css
<style>
a { background-color: #EFFDAC; }
a { background-color: rgb(239,253,172); }
div.DivClassName
{
background-color: #EFFDAC;
}
.BgClassName
{
background-color: #EFFDAC;
}
</style>
border-color css
<style>
span { border-color: #EFFDAC; }
span { border-color: rgb(239,253,172); }
td.TdClassName
{
border-color: #EFFDAC;
}
.TagClassName
{
border-color: #EFFDAC;
}
</style>