Shades of Australian Mint #EAFCB1
Tints of Australian Mint #EAFCB1
RGB
CMYK
RGB Variations
Color information
#EAFCB1 (or 0xEAFCB1) is known color: Australian Mint. HEX triplet: EA, FC and B1. RGB value is (234,252,177). Sum of RGB (Red+Green+Blue) = 234+252+177=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 177 (69.53% from 255 or 26.70% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFCB1 is #15034E. Grayscale: #EEEEEE. Windows color (decimal): -1377103 or 11664618. OLE color: 11664618.
HSL color Cylindrical-coordinate representation of color #EAFCB1: hue angle of 74.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAFCB1 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 252 | 177 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.01 |
| HSL | 74.4º | 0.93% | 0.84% | - |
| HSV(B) | 74.4º | 0.3% | 0.99% | - |
| XYZ | 76.68 | 90.29 | 54.98 | - |
| YUV | 238.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 252 | 177 | 0.07 | 0 | 0.30 | 0.01 | 74.4 | 0.93 | 0.84 |
| Hex | EA | FC | B1 | 7 | 0 | 1E | 1 | 4A | 5D | 54 |
| Octal | 352 | 374 | 261 | 7 | 0 | 36 | 1 | 112 | 135 | 124 |
| Binary | 11101010 | 11111100 | 10110001 | 111 | 0 | 11110 | 1 | 1001010 | 1011101 | 1010100 |
Color Harmonies of #EAFCB1
Complementary color
Monochromatic Colors of #EAFCB1
Black with #EAFCB1
Text Example
Text Example
White with #EAFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCB1; }
p { color: rgb(234,252,177); }
H1.HeaderClassName
{
color: #EAFCB1;
}
.AnyTagClassName
{
color: #EAFCB1;
}
</style>
background-color css
<style>
a { background-color: #EAFCB1; }
a { background-color: rgb(234,252,177); }
div.DivClassName
{
background-color: #EAFCB1;
}
.BgClassName
{
background-color: #EAFCB1;
}
</style>
border-color css
<style>
span { border-color: #EAFCB1; }
span { border-color: rgb(234,252,177); }
td.TdClassName
{
border-color: #EAFCB1;
}
.TagClassName
{
border-color: #EAFCB1;
}
</style>