Shades of Australian Mint #EAFFA8
Tints of Australian Mint #EAFFA8
RGB
CMYK
RGB Variations
Color information
#EAFFA8 (or 0xEAFFA8) is known color: Australian Mint. HEX triplet: EA, FF and A8. RGB value is (234,255,168). Sum of RGB (Red+Green+Blue) = 234+255+168=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 168 (66.02% from 255 or 25.57% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFA8 is #150057. Grayscale: #EFEFEF. Windows color (decimal): -1376344 or 11075562. OLE color: 11075562.
HSL color Cylindrical-coordinate representation of color #EAFFA8: hue angle of 74.48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAFFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 168 | - |
| CMYK | 0.08 | 0 | 0.34 | 0 |
| HSL | 74.48º | 1% | 0.83% | - |
| HSV(B) | 74.48º | 0.34% | 1% | - |
| XYZ | 76.76 | 91.84 | 50.73 | - |
| YUV | 238.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 168 | 0.08 | 0 | 0.34 | 0 | 74.48 | 1 | 0.83 |
| Hex | EA | FF | A8 | 8 | 0 | 22 | 0 | 4A | 64 | 53 |
| Octal | 352 | 377 | 250 | 10 | 0 | 42 | 0 | 112 | 144 | 123 |
| Binary | 11101010 | 11111111 | 10101000 | 1000 | 0 | 100010 | 0 | 1001010 | 1100100 | 1010011 |
Color Harmonies of #EAFFA8
Complementary color
Monochromatic Colors of #EAFFA8
Black with #EAFFA8
Text Example
Text Example
White with #EAFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFA8; }
p { color: rgb(234,255,168); }
H1.HeaderClassName
{
color: #EAFFA8;
}
.AnyTagClassName
{
color: #EAFFA8;
}
</style>
background-color css
<style>
a { background-color: #EAFFA8; }
a { background-color: rgb(234,255,168); }
div.DivClassName
{
background-color: #EAFFA8;
}
.BgClassName
{
background-color: #EAFFA8;
}
</style>
border-color css
<style>
span { border-color: #EAFFA8; }
span { border-color: rgb(234,255,168); }
td.TdClassName
{
border-color: #EAFFA8;
}
.TagClassName
{
border-color: #EAFFA8;
}
</style>