Shades of Australian Mint #EBFFAB
Tints of Australian Mint #EBFFAB
RGB
CMYK
RGB Variations
Color information
#EBFFAB (or 0xEBFFAB) is known color: Australian Mint. HEX triplet: EB, FF and AB. RGB value is (235,255,171). Sum of RGB (Red+Green+Blue) = 235+255+171=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFFAB is #140054. Grayscale: #EFEFEF. Windows color (decimal): -1310805 or 11272171. OLE color: 11272171.
HSL color Cylindrical-coordinate representation of color #EBFFAB: hue angle of 74.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBFFAB is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 171 | - |
| CMYK | 0.08 | 0 | 0.33 | 0 |
| HSL | 74.29º | 1% | 0.84% | - |
| HSV(B) | 74.29º | 0.33% | 1% | - |
| XYZ | 77.37 | 92.12 | 52.23 | - |
| YUV | 239.44 | 89.37 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 171 | 0.08 | 0 | 0.33 | 0 | 74.29 | 1 | 0.84 |
| Hex | EB | FF | AB | 8 | 0 | 21 | 0 | 4A | 64 | 54 |
| Octal | 353 | 377 | 253 | 10 | 0 | 41 | 0 | 112 | 144 | 124 |
| Binary | 11101011 | 11111111 | 10101011 | 1000 | 0 | 100001 | 0 | 1001010 | 1100100 | 1010100 |
Color Harmonies of #EBFFAB
Complementary color
Monochromatic Colors of #EBFFAB
Black with #EBFFAB
Text Example
Text Example
White with #EBFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFAB; }
p { color: rgb(235,255,171); }
H1.HeaderClassName
{
color: #EBFFAB;
}
.AnyTagClassName
{
color: #EBFFAB;
}
</style>
background-color css
<style>
a { background-color: #EBFFAB; }
a { background-color: rgb(235,255,171); }
div.DivClassName
{
background-color: #EBFFAB;
}
.BgClassName
{
background-color: #EBFFAB;
}
</style>
border-color css
<style>
span { border-color: #EBFFAB; }
span { border-color: rgb(235,255,171); }
td.TdClassName
{
border-color: #EBFFAB;
}
.TagClassName
{
border-color: #EBFFAB;
}
</style>