Shades of Australian Mint #ECFAB4
Tints of Australian Mint #ECFAB4
RGB
CMYK
RGB Variations
Color information
#ECFAB4 (or 0xECFAB4) is known color: Australian Mint. HEX triplet: EC, FA and B4. RGB value is (236,250,180). Sum of RGB (Red+Green+Blue) = 236+250+180=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFAB4 is #13054B. Grayscale: #EEEEEE. Windows color (decimal): -1246540 or 11860716. OLE color: 11860716.
HSL color Cylindrical-coordinate representation of color #ECFAB4: hue angle of 72º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECFAB4 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 250 | 180 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.02 |
| HSL | 72º | 0.88% | 0.84% | - |
| HSV(B) | 72º | 0.28% | 0.98% | - |
| XYZ | 77.02 | 89.5 | 56.4 | - |
| YUV | 237.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 250 | 180 | 0.06 | 0 | 0.28 | 0.02 | 72 | 0.88 | 0.84 |
| Hex | EC | FA | B4 | 6 | 0 | 1C | 2 | 48 | 58 | 54 |
| Octal | 354 | 372 | 264 | 6 | 0 | 34 | 2 | 110 | 130 | 124 |
| Binary | 11101100 | 11111010 | 10110100 | 110 | 0 | 11100 | 10 | 1001000 | 1011000 | 1010100 |
Color Harmonies of #ECFAB4
Complementary color
Monochromatic Colors of #ECFAB4
Black with #ECFAB4
Text Example
Text Example
White with #ECFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFAB4; }
p { color: rgb(236,250,180); }
H1.HeaderClassName
{
color: #ECFAB4;
}
.AnyTagClassName
{
color: #ECFAB4;
}
</style>
background-color css
<style>
a { background-color: #ECFAB4; }
a { background-color: rgb(236,250,180); }
div.DivClassName
{
background-color: #ECFAB4;
}
.BgClassName
{
background-color: #ECFAB4;
}
</style>
border-color css
<style>
span { border-color: #ECFAB4; }
span { border-color: rgb(236,250,180); }
td.TdClassName
{
border-color: #ECFAB4;
}
.TagClassName
{
border-color: #ECFAB4;
}
</style>