Shades of Australian Mint #EBFBAB
Tints of Australian Mint #EBFBAB
RGB
CMYK
RGB Variations
Color information
#EBFBAB (or 0xEBFBAB) is known color: Australian Mint. HEX triplet: EB, FB and AB. RGB value is (235,251,171). Sum of RGB (Red+Green+Blue) = 235+251+171=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 171 (67.19% from 255 or 26.03% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFBAB is #140454. Grayscale: #EDEDED. Windows color (decimal): -1311829 or 11271147. OLE color: 11271147.
HSL color Cylindrical-coordinate representation of color #EBFBAB: hue angle of 72º 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 #EBFBAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 171 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.02 |
| HSL | 72º | 0.91% | 0.83% | - |
| HSV(B) | 72º | 0.32% | 0.98% | - |
| XYZ | 76.11 | 89.6 | 51.81 | - |
| YUV | 237.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 171 | 0.06 | 0 | 0.32 | 0.02 | 72 | 0.91 | 0.83 |
| Hex | EB | FB | AB | 6 | 0 | 20 | 2 | 48 | 5B | 53 |
| Octal | 353 | 373 | 253 | 6 | 0 | 40 | 2 | 110 | 133 | 123 |
| Binary | 11101011 | 11111011 | 10101011 | 110 | 0 | 100000 | 10 | 1001000 | 1011011 | 1010011 |
Color Harmonies of #EBFBAB
Complementary color
Monochromatic Colors of #EBFBAB
Black with #EBFBAB
Text Example
Text Example
White with #EBFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBAB; }
p { color: rgb(235,251,171); }
H1.HeaderClassName
{
color: #EBFBAB;
}
.AnyTagClassName
{
color: #EBFBAB;
}
</style>
background-color css
<style>
a { background-color: #EBFBAB; }
a { background-color: rgb(235,251,171); }
div.DivClassName
{
background-color: #EBFBAB;
}
.BgClassName
{
background-color: #EBFBAB;
}
</style>
border-color css
<style>
span { border-color: #EBFBAB; }
span { border-color: rgb(235,251,171); }
td.TdClassName
{
border-color: #EBFBAB;
}
.TagClassName
{
border-color: #EBFBAB;
}
</style>