Shades of Australian Mint #E6FAA3
Tints of Australian Mint #E6FAA3
RGB
CMYK
RGB Variations
Color information
#E6FAA3 (or 0xE6FAA3) is known color: Australian Mint. HEX triplet: E6, FA and A3. RGB value is (230,250,163). Sum of RGB (Red+Green+Blue) = 230+250+163=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 163 (64.06% from 255 or 25.35% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FAA3 is #19055C. Grayscale: #EAEAEA. Windows color (decimal): -1639773 or 10746598. OLE color: 10746598.
HSL color Cylindrical-coordinate representation of color #E6FAA3: hue angle of 73.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6FAA3 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 250 | 163 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.02 |
| HSL | 73.79º | 0.9% | 0.81% | - |
| HSV(B) | 73.79º | 0.35% | 0.98% | - |
| XYZ | 73.43 | 87.84 | 47.73 | - |
| YUV | 234.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 250 | 163 | 0.08 | 0 | 0.35 | 0.02 | 73.79 | 0.9 | 0.81 |
| Hex | E6 | FA | A3 | 8 | 0 | 23 | 2 | 4A | 5A | 51 |
| Octal | 346 | 372 | 243 | 10 | 0 | 43 | 2 | 112 | 132 | 121 |
| Binary | 11100110 | 11111010 | 10100011 | 1000 | 0 | 100011 | 10 | 1001010 | 1011010 | 1010001 |
Color Harmonies of #E6FAA3
Complementary color
Monochromatic Colors of #E6FAA3
Black with #E6FAA3
Text Example
Text Example
White with #E6FAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAA3; }
p { color: rgb(230,250,163); }
H1.HeaderClassName
{
color: #E6FAA3;
}
.AnyTagClassName
{
color: #E6FAA3;
}
</style>
background-color css
<style>
a { background-color: #E6FAA3; }
a { background-color: rgb(230,250,163); }
div.DivClassName
{
background-color: #E6FAA3;
}
.BgClassName
{
background-color: #E6FAA3;
}
</style>
border-color css
<style>
span { border-color: #E6FAA3; }
span { border-color: rgb(230,250,163); }
td.TdClassName
{
border-color: #E6FAA3;
}
.TagClassName
{
border-color: #E6FAA3;
}
</style>