Shades of Australian Mint #E6FBAC
Tints of Australian Mint #E6FBAC
RGB
CMYK
RGB Variations
Color information
#E6FBAC (or 0xE6FBAC) is known color: Australian Mint. HEX triplet: E6, FB and AC. RGB value is (230,251,172). Sum of RGB (Red+Green+Blue) = 230+251+172=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 172 (67.58% from 255 or 26.34% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBAC is #190453. Grayscale: #ECECEC. Windows color (decimal): -1639508 or 11336678. OLE color: 11336678.
HSL color Cylindrical-coordinate representation of color #E6FBAC: hue angle of 75.95º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6FBAC is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 172 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.02 |
| HSL | 75.95º | 0.91% | 0.83% | - |
| HSV(B) | 75.95º | 0.31% | 0.98% | - |
| XYZ | 74.58 | 88.8 | 52.24 | - |
| YUV | 235.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 172 | 0.08 | 0 | 0.31 | 0.02 | 75.95 | 0.91 | 0.83 |
| Hex | E6 | FB | AC | 8 | 0 | 1F | 2 | 4C | 5B | 53 |
| Octal | 346 | 373 | 254 | 10 | 0 | 37 | 2 | 114 | 133 | 123 |
| Binary | 11100110 | 11111011 | 10101100 | 1000 | 0 | 11111 | 10 | 1001100 | 1011011 | 1010011 |
Color Harmonies of #E6FBAC
Complementary color
Monochromatic Colors of #E6FBAC
Black with #E6FBAC
Text Example
Text Example
White with #E6FBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBAC; }
p { color: rgb(230,251,172); }
H1.HeaderClassName
{
color: #E6FBAC;
}
.AnyTagClassName
{
color: #E6FBAC;
}
</style>
background-color css
<style>
a { background-color: #E6FBAC; }
a { background-color: rgb(230,251,172); }
div.DivClassName
{
background-color: #E6FBAC;
}
.BgClassName
{
background-color: #E6FBAC;
}
</style>
border-color css
<style>
span { border-color: #E6FBAC; }
span { border-color: rgb(230,251,172); }
td.TdClassName
{
border-color: #E6FBAC;
}
.TagClassName
{
border-color: #E6FBAC;
}
</style>