Shades of Australian Mint #E6F8AB
Tints of Australian Mint #E6F8AB
RGB
CMYK
RGB Variations
Color information
#E6F8AB (or 0xE6F8AB) is known color: Australian Mint. HEX triplet: E6, F8 and AB. RGB value is (230,248,171). Sum of RGB (Red+Green+Blue) = 230+248+171=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F8AB is #190754. Grayscale: #EAEAEA. Windows color (decimal): -1640277 or 11270374. OLE color: 11270374.
HSL color Cylindrical-coordinate representation of color #E6F8AB: hue angle of 74.03º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6F8AB is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 171 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.03 |
| HSL | 74.03º | 0.85% | 0.82% | - |
| HSV(B) | 74.03º | 0.31% | 0.97% | - |
| XYZ | 73.55 | 86.9 | 51.42 | - |
| YUV | 233.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 171 | 0.07 | 0 | 0.31 | 0.03 | 74.03 | 0.85 | 0.82 |
| Hex | E6 | F8 | AB | 7 | 0 | 1F | 3 | 4A | 55 | 52 |
| Octal | 346 | 370 | 253 | 7 | 0 | 37 | 3 | 112 | 125 | 122 |
| Binary | 11100110 | 11111000 | 10101011 | 111 | 0 | 11111 | 11 | 1001010 | 1010101 | 1010010 |
Color Harmonies of #E6F8AB
Complementary color
Monochromatic Colors of #E6F8AB
Black with #E6F8AB
Text Example
Text Example
White with #E6F8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F8AB; }
p { color: rgb(230,248,171); }
H1.HeaderClassName
{
color: #E6F8AB;
}
.AnyTagClassName
{
color: #E6F8AB;
}
</style>
background-color css
<style>
a { background-color: #E6F8AB; }
a { background-color: rgb(230,248,171); }
div.DivClassName
{
background-color: #E6F8AB;
}
.BgClassName
{
background-color: #E6F8AB;
}
</style>
border-color css
<style>
span { border-color: #E6F8AB; }
span { border-color: rgb(230,248,171); }
td.TdClassName
{
border-color: #E6F8AB;
}
.TagClassName
{
border-color: #E6F8AB;
}
</style>