Shades of Australian Mint #E6EFA3
Tints of Australian Mint #E6EFA3
RGB
CMYK
RGB Variations
Color information
#E6EFA3 (or 0xE6EFA3) is known color: Australian Mint. HEX triplet: E6, EF and A3. RGB value is (230,239,163). Sum of RGB (Red+Green+Blue) = 230+239+163=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 163 (64.06% from 255 or 25.79% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #E6EFA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6EFA3 is #19105C. Grayscale: #E3E3E3. Windows color (decimal): -1642589 or 10743782. OLE color: 10743782.
HSL color Cylindrical-coordinate representation of color #E6EFA3: hue angle of 67.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6EFA3 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 239 | 163 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.06 |
| HSL | 67.11º | 0.7% | 0.79% | - |
| HSV(B) | 67.11º | 0.32% | 0.94% | - |
| XYZ | 70.11 | 81.2 | 46.63 | - |
| YUV | 227.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 239 | 163 | 0.04 | 0 | 0.32 | 0.06 | 67.11 | 0.7 | 0.79 |
| Hex | E6 | EF | A3 | 4 | 0 | 20 | 6 | 43 | 46 | 4F |
| Octal | 346 | 357 | 243 | 4 | 0 | 40 | 6 | 103 | 106 | 117 |
| Binary | 11100110 | 11101111 | 10100011 | 100 | 0 | 100000 | 110 | 1000011 | 1000110 | 1001111 |
Color Harmonies of #E6EFA3
Complementary color
Monochromatic Colors of #E6EFA3
Black with #E6EFA3
Text Example
Text Example
White with #E6EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EFA3; }
p { color: rgb(230,239,163); }
H1.HeaderClassName
{
color: #E6EFA3;
}
.AnyTagClassName
{
color: #E6EFA3;
}
</style>
background-color css
<style>
a { background-color: #E6EFA3; }
a { background-color: rgb(230,239,163); }
div.DivClassName
{
background-color: #E6EFA3;
}
.BgClassName
{
background-color: #E6EFA3;
}
</style>
border-color css
<style>
span { border-color: #E6EFA3; }
span { border-color: rgb(230,239,163); }
td.TdClassName
{
border-color: #E6EFA3;
}
.TagClassName
{
border-color: #E6EFA3;
}
</style>