Shades of Australian Mint #ECFEAF
Tints of Australian Mint #ECFEAF
RGB
CMYK
RGB Variations
Color information
#ECFEAF (or 0xECFEAF) is known color: Australian Mint. HEX triplet: EC, FE and AF. RGB value is (236,254,175). Sum of RGB (Red+Green+Blue) = 236+254+175=665 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.49% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFEAF is #130150. Grayscale: #EFEFEF. Windows color (decimal): -1245521 or 11534060. OLE color: 11534060.
HSL color Cylindrical-coordinate representation of color #ECFEAF: hue angle of 73.67º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECFEAF is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 175 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.00 |
| HSL | 73.67º | 0.98% | 0.84% | - |
| HSV(B) | 73.67º | 0.31% | 1% | - |
| XYZ | 77.77 | 91.81 | 54.18 | - |
| YUV | 239.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 175 | 0.07 | 0 | 0.31 | 0.00 | 73.67 | 0.98 | 0.84 |
| Hex | EC | FE | AF | 7 | 0 | 1F | 0 | 4A | 62 | 54 |
| Octal | 354 | 376 | 257 | 7 | 0 | 37 | 0 | 112 | 142 | 124 |
| Binary | 11101100 | 11111110 | 10101111 | 111 | 0 | 11111 | 0 | 1001010 | 1100010 | 1010100 |
Color Harmonies of #ECFEAF
Complementary color
Monochromatic Colors of #ECFEAF
Black with #ECFEAF
Text Example
Text Example
White with #ECFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFEAF; }
p { color: rgb(236,254,175); }
H1.HeaderClassName
{
color: #ECFEAF;
}
.AnyTagClassName
{
color: #ECFEAF;
}
</style>
background-color css
<style>
a { background-color: #ECFEAF; }
a { background-color: rgb(236,254,175); }
div.DivClassName
{
background-color: #ECFEAF;
}
.BgClassName
{
background-color: #ECFEAF;
}
</style>
border-color css
<style>
span { border-color: #ECFEAF; }
span { border-color: rgb(236,254,175); }
td.TdClassName
{
border-color: #ECFEAF;
}
.TagClassName
{
border-color: #ECFEAF;
}
</style>