Shades of Australian Mint #EAFBAA
Tints of Australian Mint #EAFBAA
RGB
CMYK
RGB Variations
Color information
#EAFBAA (or 0xEAFBAA) is known color: Australian Mint. HEX triplet: EA, FB and AA. RGB value is (234,251,170). Sum of RGB (Red+Green+Blue) = 234+251+170=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 170 (66.80% from 255 or 25.95% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFBAA is #150455. Grayscale: #ECECEC. Windows color (decimal): -1377366 or 11205610. OLE color: 11205610.
HSL color Cylindrical-coordinate representation of color #EAFBAA: hue angle of 72.59º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAFBAA is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 170 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.02 |
| HSL | 72.59º | 0.91% | 0.83% | - |
| HSV(B) | 72.59º | 0.32% | 0.98% | - |
| XYZ | 75.68 | 89.39 | 51.3 | - |
| YUV | 236.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 170 | 0.07 | 0 | 0.32 | 0.02 | 72.59 | 0.91 | 0.83 |
| Hex | EA | FB | AA | 7 | 0 | 20 | 2 | 49 | 5B | 53 |
| Octal | 352 | 373 | 252 | 7 | 0 | 40 | 2 | 111 | 133 | 123 |
| Binary | 11101010 | 11111011 | 10101010 | 111 | 0 | 100000 | 10 | 1001001 | 1011011 | 1010011 |
Color Harmonies of #EAFBAA
Complementary color
Monochromatic Colors of #EAFBAA
Black with #EAFBAA
Text Example
Text Example
White with #EAFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBAA; }
p { color: rgb(234,251,170); }
H1.HeaderClassName
{
color: #EAFBAA;
}
.AnyTagClassName
{
color: #EAFBAA;
}
</style>
background-color css
<style>
a { background-color: #EAFBAA; }
a { background-color: rgb(234,251,170); }
div.DivClassName
{
background-color: #EAFBAA;
}
.BgClassName
{
background-color: #EAFBAA;
}
</style>
border-color css
<style>
span { border-color: #EAFBAA; }
span { border-color: rgb(234,251,170); }
td.TdClassName
{
border-color: #EAFBAA;
}
.TagClassName
{
border-color: #EAFBAA;
}
</style>