Shades of Australian Mint #ECFFB2
Tints of Australian Mint #ECFFB2
RGB
CMYK
RGB Variations
Color information
#ECFFB2 (or 0xECFFB2) is known color: Australian Mint. HEX triplet: EC, FF and B2. RGB value is (236,255,178). Sum of RGB (Red+Green+Blue) = 236+255+178=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 178 (69.92% from 255 or 26.61% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFB2 is #13004D. Grayscale: #F0F0F0. Windows color (decimal): -1245262 or 11730924. OLE color: 11730924.
HSL color Cylindrical-coordinate representation of color #ECFFB2: hue angle of 74.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECFFB2 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 178 | - |
| CMYK | 0.07 | 0 | 0.30 | 0 |
| HSL | 74.81º | 1% | 0.85% | - |
| HSV(B) | 74.81º | 0.3% | 1% | - |
| XYZ | 78.39 | 92.57 | 55.86 | - |
| YUV | 240.54 | 92.71 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 178 | 0.07 | 0 | 0.30 | 0 | 74.81 | 1 | 0.85 |
| Hex | EC | FF | B2 | 7 | 0 | 1E | 0 | 4B | 64 | 55 |
| Octal | 354 | 377 | 262 | 7 | 0 | 36 | 0 | 113 | 144 | 125 |
| Binary | 11101100 | 11111111 | 10110010 | 111 | 0 | 11110 | 0 | 1001011 | 1100100 | 1010101 |
Color Harmonies of #ECFFB2
Complementary color
Monochromatic Colors of #ECFFB2
Black with #ECFFB2
Text Example
Text Example
White with #ECFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFFB2; }
p { color: rgb(236,255,178); }
H1.HeaderClassName
{
color: #ECFFB2;
}
.AnyTagClassName
{
color: #ECFFB2;
}
</style>
background-color css
<style>
a { background-color: #ECFFB2; }
a { background-color: rgb(236,255,178); }
div.DivClassName
{
background-color: #ECFFB2;
}
.BgClassName
{
background-color: #ECFFB2;
}
</style>
border-color css
<style>
span { border-color: #ECFFB2; }
span { border-color: rgb(236,255,178); }
td.TdClassName
{
border-color: #ECFFB2;
}
.TagClassName
{
border-color: #ECFFB2;
}
</style>