Shades of Australian Mint #EBFFA0
Tints of Australian Mint #EBFFA0
RGB
CMYK
RGB Variations
Color information
#EBFFA0 (or 0xEBFFA0) is known color: Australian Mint. HEX triplet: EB, FF and A0. RGB value is (235,255,160). Sum of RGB (Red+Green+Blue) = 235+255+160=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 160 (62.89% from 255 or 24.62% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFA0 is #14005F. Grayscale: #EEEEEE. Windows color (decimal): -1310816 or 10551275. OLE color: 10551275.
HSL color Cylindrical-coordinate representation of color #EBFFA0: hue angle of 72.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBFFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 160 | - |
| CMYK | 0.08 | 0 | 0.37 | 0 |
| HSL | 72.63º | 1% | 0.81% | - |
| HSV(B) | 72.63º | 0.37% | 1% | - |
| XYZ | 76.37 | 91.72 | 46.94 | - |
| YUV | 238.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 160 | 0.08 | 0 | 0.37 | 0 | 72.63 | 1 | 0.81 |
| Hex | EB | FF | A0 | 8 | 0 | 25 | 0 | 49 | 64 | 51 |
| Octal | 353 | 377 | 240 | 10 | 0 | 45 | 0 | 111 | 144 | 121 |
| Binary | 11101011 | 11111111 | 10100000 | 1000 | 0 | 100101 | 0 | 1001001 | 1100100 | 1010001 |
Color Harmonies of #EBFFA0
Complementary color
Monochromatic Colors of #EBFFA0
Black with #EBFFA0
Text Example
Text Example
White with #EBFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFA0; }
p { color: rgb(235,255,160); }
H1.HeaderClassName
{
color: #EBFFA0;
}
.AnyTagClassName
{
color: #EBFFA0;
}
</style>
background-color css
<style>
a { background-color: #EBFFA0; }
a { background-color: rgb(235,255,160); }
div.DivClassName
{
background-color: #EBFFA0;
}
.BgClassName
{
background-color: #EBFFA0;
}
</style>
border-color css
<style>
span { border-color: #EBFFA0; }
span { border-color: rgb(235,255,160); }
td.TdClassName
{
border-color: #EBFFA0;
}
.TagClassName
{
border-color: #EBFFA0;
}
</style>