Shades of Australian Mint #E6F0AB
Tints of Australian Mint #E6F0AB
RGB
CMYK
RGB Variations
Color information
#E6F0AB (or 0xE6F0AB) is known color: Australian Mint. HEX triplet: E6, F0 and AB. RGB value is (230,240,171). Sum of RGB (Red+Green+Blue) = 230+240+171=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F0AB is #190F54. Grayscale: #E5E5E5. Windows color (decimal): -1642325 or 11268326. OLE color: 11268326.
HSL color Cylindrical-coordinate representation of color #E6F0AB: hue angle of 68.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6F0AB is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 171 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.06 |
| HSL | 68.7º | 0.7% | 0.81% | - |
| HSV(B) | 68.7º | 0.29% | 0.94% | - |
| XYZ | 71.14 | 82.08 | 50.62 | - |
| YUV | 229.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 171 | 0.04 | 0 | 0.29 | 0.06 | 68.7 | 0.7 | 0.81 |
| Hex | E6 | F0 | AB | 4 | 0 | 1D | 6 | 45 | 46 | 51 |
| Octal | 346 | 360 | 253 | 4 | 0 | 35 | 6 | 105 | 106 | 121 |
| Binary | 11100110 | 11110000 | 10101011 | 100 | 0 | 11101 | 110 | 1000101 | 1000110 | 1010001 |
Color Harmonies of #E6F0AB
Complementary color
Monochromatic Colors of #E6F0AB
Black with #E6F0AB
Text Example
Text Example
White with #E6F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F0AB; }
p { color: rgb(230,240,171); }
H1.HeaderClassName
{
color: #E6F0AB;
}
.AnyTagClassName
{
color: #E6F0AB;
}
</style>
background-color css
<style>
a { background-color: #E6F0AB; }
a { background-color: rgb(230,240,171); }
div.DivClassName
{
background-color: #E6F0AB;
}
.BgClassName
{
background-color: #E6F0AB;
}
</style>
border-color css
<style>
span { border-color: #E6F0AB; }
span { border-color: rgb(230,240,171); }
td.TdClassName
{
border-color: #E6F0AB;
}
.TagClassName
{
border-color: #E6F0AB;
}
</style>