Shades of Australian Mint #E6FAAA
Tints of Australian Mint #E6FAAA
RGB
CMYK
RGB Variations
Color information
#E6FAAA (or 0xE6FAAA) is known color: Australian Mint. HEX triplet: E6, FA and AA. RGB value is (230,250,170). Sum of RGB (Red+Green+Blue) = 230+250+170=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 170 (66.80% from 255 or 26.15% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAAA is #190555. Grayscale: #EBEBEB. Windows color (decimal): -1639766 or 11205350. OLE color: 11205350.
HSL color Cylindrical-coordinate representation of color #E6FAAA: hue angle of 75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6FAAA is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 170 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.02 |
| HSL | 75º | 0.89% | 0.82% | - |
| HSV(B) | 75º | 0.32% | 0.98% | - |
| XYZ | 74.07 | 88.1 | 51.13 | - |
| YUV | 234.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 170 | 0.08 | 0 | 0.32 | 0.02 | 75 | 0.89 | 0.82 |
| Hex | E6 | FA | AA | 8 | 0 | 20 | 2 | 4B | 59 | 52 |
| Octal | 346 | 372 | 252 | 10 | 0 | 40 | 2 | 113 | 131 | 122 |
| Binary | 11100110 | 11111010 | 10101010 | 1000 | 0 | 100000 | 10 | 1001011 | 1011001 | 1010010 |
Color Harmonies of #E6FAAA
Complementary color
Monochromatic Colors of #E6FAAA
Black with #E6FAAA
Text Example
Text Example
White with #E6FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAAA; }
p { color: rgb(230,250,170); }
H1.HeaderClassName
{
color: #E6FAAA;
}
.AnyTagClassName
{
color: #E6FAAA;
}
</style>
background-color css
<style>
a { background-color: #E6FAAA; }
a { background-color: rgb(230,250,170); }
div.DivClassName
{
background-color: #E6FAAA;
}
.BgClassName
{
background-color: #E6FAAA;
}
</style>
border-color css
<style>
span { border-color: #E6FAAA; }
span { border-color: rgb(230,250,170); }
td.TdClassName
{
border-color: #E6FAAA;
}
.TagClassName
{
border-color: #E6FAAA;
}
</style>