Shades of Australian Mint #E3EFA2
Tints of Australian Mint #E3EFA2
RGB
CMYK
RGB Variations
Color information
#E3EFA2 (or 0xE3EFA2) is known color: Australian Mint. HEX triplet: E3, EF and A2. RGB value is (227,239,162). Sum of RGB (Red+Green+Blue) = 227+239+162=628 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.15% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 162 (63.67% from 255 or 25.80% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #E3EFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E3EFA2 is #1C105D. Grayscale: #E2E2E2. Windows color (decimal): -1839198 or 10678243. OLE color: 10678243.
HSL color Cylindrical-coordinate representation of color #E3EFA2: hue angle of 69.35º degrees, saturation: 0.71, 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 #E3EFA2 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 239 | 162 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.06 |
| HSL | 69.35º | 0.71% | 0.79% | - |
| HSV(B) | 69.35º | 0.32% | 0.94% | - |
| XYZ | 69.07 | 80.67 | 46.11 | - |
| YUV | 226.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 239 | 162 | 0.05 | 0 | 0.32 | 0.06 | 69.35 | 0.71 | 0.79 |
| Hex | E3 | EF | A2 | 5 | 0 | 20 | 6 | 45 | 47 | 4F |
| Octal | 343 | 357 | 242 | 5 | 0 | 40 | 6 | 105 | 107 | 117 |
| Binary | 11100011 | 11101111 | 10100010 | 101 | 0 | 100000 | 110 | 1000101 | 1000111 | 1001111 |
Color Harmonies of #E3EFA2
Complementary color
Monochromatic Colors of #E3EFA2
Black with #E3EFA2
Text Example
Text Example
White with #E3EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EFA2; }
p { color: rgb(227,239,162); }
H1.HeaderClassName
{
color: #E3EFA2;
}
.AnyTagClassName
{
color: #E3EFA2;
}
</style>
background-color css
<style>
a { background-color: #E3EFA2; }
a { background-color: rgb(227,239,162); }
div.DivClassName
{
background-color: #E3EFA2;
}
.BgClassName
{
background-color: #E3EFA2;
}
</style>
border-color css
<style>
span { border-color: #E3EFA2; }
span { border-color: rgb(227,239,162); }
td.TdClassName
{
border-color: #E3EFA2;
}
.TagClassName
{
border-color: #E3EFA2;
}
</style>