Shades of Australian Mint #EBF8A8
Tints of Australian Mint #EBF8A8
RGB
CMYK
RGB Variations
Color information
#EBF8A8 (or 0xEBF8A8) is known color: Australian Mint. HEX triplet: EB, F8 and A8. RGB value is (235,248,168). Sum of RGB (Red+Green+Blue) = 235+248+168=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 168 (66.02% from 255 or 25.81% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF8A8 is #140757. Grayscale: #EBEBEB. Windows color (decimal): -1312600 or 11073771. OLE color: 11073771.
HSL color Cylindrical-coordinate representation of color #EBF8A8: hue angle of 69.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBF8A8 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 168 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.03 |
| HSL | 69.75º | 0.85% | 0.82% | - |
| HSV(B) | 69.75º | 0.32% | 0.97% | - |
| XYZ | 74.9 | 87.62 | 50.01 | - |
| YUV | 234.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 168 | 0.05 | 0 | 0.32 | 0.03 | 69.75 | 0.85 | 0.82 |
| Hex | EB | F8 | A8 | 5 | 0 | 20 | 3 | 46 | 55 | 52 |
| Octal | 353 | 370 | 250 | 5 | 0 | 40 | 3 | 106 | 125 | 122 |
| Binary | 11101011 | 11111000 | 10101000 | 101 | 0 | 100000 | 11 | 1000110 | 1010101 | 1010010 |
Color Harmonies of #EBF8A8
Complementary color
Monochromatic Colors of #EBF8A8
Black with #EBF8A8
Text Example
Text Example
White with #EBF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8A8; }
p { color: rgb(235,248,168); }
H1.HeaderClassName
{
color: #EBF8A8;
}
.AnyTagClassName
{
color: #EBF8A8;
}
</style>
background-color css
<style>
a { background-color: #EBF8A8; }
a { background-color: rgb(235,248,168); }
div.DivClassName
{
background-color: #EBF8A8;
}
.BgClassName
{
background-color: #EBF8A8;
}
</style>
border-color css
<style>
span { border-color: #EBF8A8; }
span { border-color: rgb(235,248,168); }
td.TdClassName
{
border-color: #EBF8A8;
}
.TagClassName
{
border-color: #EBF8A8;
}
</style>