Shades of Australian Mint #EAFAB1
Tints of Australian Mint #EAFAB1
RGB
CMYK
RGB Variations
Color information
#EAFAB1 (or 0xEAFAB1) is known color: Australian Mint. HEX triplet: EA, FA and B1. RGB value is (234,250,177). Sum of RGB (Red+Green+Blue) = 234+250+177=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 177 (69.53% from 255 or 26.78% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAB1 is #15054E. Grayscale: #EDEDED. Windows color (decimal): -1377615 or 11664106. OLE color: 11664106.
HSL color Cylindrical-coordinate representation of color #EAFAB1: hue angle of 73.15º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAFAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 250 | 177 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.02 |
| HSL | 73.15º | 0.88% | 0.84% | - |
| HSV(B) | 73.15º | 0.29% | 0.98% | - |
| XYZ | 76.05 | 89.04 | 54.77 | - |
| YUV | 236.89 | 94.2 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 177 | 0.06 | 0 | 0.29 | 0.02 | 73.15 | 0.88 | 0.84 |
| Hex | EA | FA | B1 | 6 | 0 | 1D | 2 | 49 | 58 | 54 |
| Octal | 352 | 372 | 261 | 6 | 0 | 35 | 2 | 111 | 130 | 124 |
| Binary | 11101010 | 11111010 | 10110001 | 110 | 0 | 11101 | 10 | 1001001 | 1011000 | 1010100 |
Color Harmonies of #EAFAB1
Complementary color
Monochromatic Colors of #EAFAB1
Black with #EAFAB1
Text Example
Text Example
White with #EAFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFAB1; }
p { color: rgb(234,250,177); }
H1.HeaderClassName
{
color: #EAFAB1;
}
.AnyTagClassName
{
color: #EAFAB1;
}
</style>
background-color css
<style>
a { background-color: #EAFAB1; }
a { background-color: rgb(234,250,177); }
div.DivClassName
{
background-color: #EAFAB1;
}
.BgClassName
{
background-color: #EAFAB1;
}
</style>
border-color css
<style>
span { border-color: #EAFAB1; }
span { border-color: rgb(234,250,177); }
td.TdClassName
{
border-color: #EAFAB1;
}
.TagClassName
{
border-color: #EAFAB1;
}
</style>