Shades of Australian Mint #EBFAAB
Tints of Australian Mint #EBFAAB
RGB
CMYK
RGB Variations
Color information
#EBFAAB (or 0xEBFAAB) is known color: Australian Mint. HEX triplet: EB, FA and AB. RGB value is (235,250,171). Sum of RGB (Red+Green+Blue) = 235+250+171=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAAB is #140554. Grayscale: #ECECEC. Windows color (decimal): -1312085 or 11270891. OLE color: 11270891.
HSL color Cylindrical-coordinate representation of color #EBFAAB: hue angle of 71.39º degrees, saturation: 0.89, 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 #EBFAAB is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 171 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.02 |
| HSL | 71.39º | 0.89% | 0.83% | - |
| HSV(B) | 71.39º | 0.32% | 0.98% | - |
| XYZ | 75.8 | 88.97 | 51.71 | - |
| YUV | 236.51 | 91.03 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 171 | 0.06 | 0 | 0.32 | 0.02 | 71.39 | 0.89 | 0.83 |
| Hex | EB | FA | AB | 6 | 0 | 20 | 2 | 47 | 59 | 53 |
| Octal | 353 | 372 | 253 | 6 | 0 | 40 | 2 | 107 | 131 | 123 |
| Binary | 11101011 | 11111010 | 10101011 | 110 | 0 | 100000 | 10 | 1000111 | 1011001 | 1010011 |
Color Harmonies of #EBFAAB
Complementary color
Monochromatic Colors of #EBFAAB
Black with #EBFAAB
Text Example
Text Example
White with #EBFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFAAB; }
p { color: rgb(235,250,171); }
H1.HeaderClassName
{
color: #EBFAAB;
}
.AnyTagClassName
{
color: #EBFAAB;
}
</style>
background-color css
<style>
a { background-color: #EBFAAB; }
a { background-color: rgb(235,250,171); }
div.DivClassName
{
background-color: #EBFAAB;
}
.BgClassName
{
background-color: #EBFAAB;
}
</style>
border-color css
<style>
span { border-color: #EBFAAB; }
span { border-color: rgb(235,250,171); }
td.TdClassName
{
border-color: #EBFAAB;
}
.TagClassName
{
border-color: #EBFAAB;
}
</style>