Shades of Australian Mint #EAFBB1
Tints of Australian Mint #EAFBB1
RGB
CMYK
RGB Variations
Color information
#EAFBB1 (or 0xEAFBB1) is known color: Australian Mint. HEX triplet: EA, FB and B1. RGB value is (234,251,177). Sum of RGB (Red+Green+Blue) = 234+251+177=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 177 (69.53% from 255 or 26.74% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFBB1 is #15044E. Grayscale: #EDEDED. Windows color (decimal): -1377359 or 11664362. OLE color: 11664362.
HSL color Cylindrical-coordinate representation of color #EAFBB1: hue angle of 73.78º degrees, saturation: 0.9, 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 #EAFBB1 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 177 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.02 |
| HSL | 73.78º | 0.9% | 0.84% | - |
| HSV(B) | 73.78º | 0.29% | 0.98% | - |
| XYZ | 76.36 | 89.66 | 54.88 | - |
| YUV | 237.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 177 | 0.07 | 0 | 0.29 | 0.02 | 73.78 | 0.9 | 0.84 |
| Hex | EA | FB | B1 | 7 | 0 | 1D | 2 | 4A | 5A | 54 |
| Octal | 352 | 373 | 261 | 7 | 0 | 35 | 2 | 112 | 132 | 124 |
| Binary | 11101010 | 11111011 | 10110001 | 111 | 0 | 11101 | 10 | 1001010 | 1011010 | 1010100 |
Color Harmonies of #EAFBB1
Complementary color
Monochromatic Colors of #EAFBB1
Black with #EAFBB1
Text Example
Text Example
White with #EAFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBB1; }
p { color: rgb(234,251,177); }
H1.HeaderClassName
{
color: #EAFBB1;
}
.AnyTagClassName
{
color: #EAFBB1;
}
</style>
background-color css
<style>
a { background-color: #EAFBB1; }
a { background-color: rgb(234,251,177); }
div.DivClassName
{
background-color: #EAFBB1;
}
.BgClassName
{
background-color: #EAFBB1;
}
</style>
border-color css
<style>
span { border-color: #EAFBB1; }
span { border-color: rgb(234,251,177); }
td.TdClassName
{
border-color: #EAFBB1;
}
.TagClassName
{
border-color: #EAFBB1;
}
</style>