Shades of Australian Mint #ECFCAC
Tints of Australian Mint #ECFCAC
RGB
CMYK
RGB Variations
Color information
#ECFCAC (or 0xECFCAC) is known color: Australian Mint. HEX triplet: EC, FC and AC. RGB value is (236,252,172). Sum of RGB (Red+Green+Blue) = 236+252+172=660 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.76% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFCAC is #130353. Grayscale: #EEEEEE. Windows color (decimal): -1246036 or 11336940. OLE color: 11336940.
HSL color Cylindrical-coordinate representation of color #ECFCAC: hue angle of 72º degrees, saturation: 0.93, 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 #ECFCAC is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 172 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.01 |
| HSL | 72º | 0.93% | 0.83% | - |
| HSV(B) | 72º | 0.32% | 0.99% | - |
| XYZ | 76.85 | 90.43 | 52.43 | - |
| YUV | 238.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 172 | 0.06 | 0 | 0.32 | 0.01 | 72 | 0.93 | 0.83 |
| Hex | EC | FC | AC | 6 | 0 | 20 | 1 | 48 | 5D | 53 |
| Octal | 354 | 374 | 254 | 6 | 0 | 40 | 1 | 110 | 135 | 123 |
| Binary | 11101100 | 11111100 | 10101100 | 110 | 0 | 100000 | 1 | 1001000 | 1011101 | 1010011 |
Color Harmonies of #ECFCAC
Complementary color
Monochromatic Colors of #ECFCAC
Black with #ECFCAC
Text Example
Text Example
White with #ECFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCAC; }
p { color: rgb(236,252,172); }
H1.HeaderClassName
{
color: #ECFCAC;
}
.AnyTagClassName
{
color: #ECFCAC;
}
</style>
background-color css
<style>
a { background-color: #ECFCAC; }
a { background-color: rgb(236,252,172); }
div.DivClassName
{
background-color: #ECFCAC;
}
.BgClassName
{
background-color: #ECFCAC;
}
</style>
border-color css
<style>
span { border-color: #ECFCAC; }
span { border-color: rgb(236,252,172); }
td.TdClassName
{
border-color: #ECFCAC;
}
.TagClassName
{
border-color: #ECFCAC;
}
</style>