Shades of Australian Mint #ECFAAC
Tints of Australian Mint #ECFAAC
RGB
CMYK
RGB Variations
Color information
#ECFAAC (or 0xECFAAC) is known color: Australian Mint. HEX triplet: EC, FA and AC. RGB value is (236,250,172). Sum of RGB (Red+Green+Blue) = 236+250+172=658 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.87% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 172 (67.58% from 255 or 26.14% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFAAC is #130553. Grayscale: #EDEDED. Windows color (decimal): -1246548 or 11336428. OLE color: 11336428.
HSL color Cylindrical-coordinate representation of color #ECFAAC: hue angle of 70.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECFAAC is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 172 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.02 |
| HSL | 70.77º | 0.89% | 0.83% | - |
| HSV(B) | 70.77º | 0.31% | 0.98% | - |
| XYZ | 76.22 | 89.18 | 52.23 | - |
| YUV | 236.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 172 | 0.06 | 0 | 0.31 | 0.02 | 70.77 | 0.89 | 0.83 |
| Hex | EC | FA | AC | 6 | 0 | 1F | 2 | 47 | 59 | 53 |
| Octal | 354 | 372 | 254 | 6 | 0 | 37 | 2 | 107 | 131 | 123 |
| Binary | 11101100 | 11111010 | 10101100 | 110 | 0 | 11111 | 10 | 1000111 | 1011001 | 1010011 |
Color Harmonies of #ECFAAC
Complementary color
Monochromatic Colors of #ECFAAC
Black with #ECFAAC
Text Example
Text Example
White with #ECFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAAC; }
p { color: rgb(236,250,172); }
H1.HeaderClassName
{
color: #ECFAAC;
}
.AnyTagClassName
{
color: #ECFAAC;
}
</style>
background-color css
<style>
a { background-color: #ECFAAC; }
a { background-color: rgb(236,250,172); }
div.DivClassName
{
background-color: #ECFAAC;
}
.BgClassName
{
background-color: #ECFAAC;
}
</style>
border-color css
<style>
span { border-color: #ECFAAC; }
span { border-color: rgb(236,250,172); }
td.TdClassName
{
border-color: #ECFAAC;
}
.TagClassName
{
border-color: #ECFAAC;
}
</style>