Shades of Australian Mint #ECFAA6
Tints of Australian Mint #ECFAA6
RGB
CMYK
RGB Variations
Color information
#ECFAA6 (or 0xECFAA6) is known color: Australian Mint. HEX triplet: EC, FA and A6. RGB value is (236,250,166). Sum of RGB (Red+Green+Blue) = 236+250+166=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 166 (65.23% from 255 or 25.46% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAA6 is #130559. Grayscale: #ECECEC. Windows color (decimal): -1246554 or 10943212. OLE color: 10943212.
HSL color Cylindrical-coordinate representation of color #ECFAA6: hue angle of 70º 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 #ECFAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 166 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.02 |
| HSL | 70º | 0.89% | 0.82% | - |
| HSV(B) | 70º | 0.34% | 0.98% | - |
| XYZ | 75.66 | 88.96 | 49.26 | - |
| YUV | 236.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 166 | 0.06 | 0 | 0.34 | 0.02 | 70 | 0.89 | 0.82 |
| Hex | EC | FA | A6 | 6 | 0 | 22 | 2 | 46 | 59 | 52 |
| Octal | 354 | 372 | 246 | 6 | 0 | 42 | 2 | 106 | 131 | 122 |
| Binary | 11101100 | 11111010 | 10100110 | 110 | 0 | 100010 | 10 | 1000110 | 1011001 | 1010010 |
Color Harmonies of #ECFAA6
Complementary color
Monochromatic Colors of #ECFAA6
Black with #ECFAA6
Text Example
Text Example
White with #ECFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAA6; }
p { color: rgb(236,250,166); }
H1.HeaderClassName
{
color: #ECFAA6;
}
.AnyTagClassName
{
color: #ECFAA6;
}
</style>
background-color css
<style>
a { background-color: #ECFAA6; }
a { background-color: rgb(236,250,166); }
div.DivClassName
{
background-color: #ECFAA6;
}
.BgClassName
{
background-color: #ECFAA6;
}
</style>
border-color css
<style>
span { border-color: #ECFAA6; }
span { border-color: rgb(236,250,166); }
td.TdClassName
{
border-color: #ECFAA6;
}
.TagClassName
{
border-color: #ECFAA6;
}
</style>