Shades of Australian Mint #E0F3A8
Tints of Australian Mint #E0F3A8
RGB
CMYK
RGB Variations
Color information
#E0F3A8 (or 0xE0F3A8) is known color: Australian Mint. HEX triplet: E0, F3 and A8. RGB value is (224,243,168). Sum of RGB (Red+Green+Blue) = 224+243+168=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F3A8 is #1F0C57. Grayscale: #E5E5E5. Windows color (decimal): -2034776 or 11072480. OLE color: 11072480.
HSL color Cylindrical-coordinate representation of color #E0F3A8: hue angle of 75.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0F3A8 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 168 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.05 |
| HSL | 75.2º | 0.76% | 0.81% | - |
| HSV(B) | 75.2º | 0.31% | 0.95% | - |
| XYZ | 69.86 | 82.78 | 49.34 | - |
| YUV | 228.77 | 93.71 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 168 | 0.08 | 0 | 0.31 | 0.05 | 75.2 | 0.76 | 0.81 |
| Hex | E0 | F3 | A8 | 8 | 0 | 1F | 5 | 4B | 4C | 51 |
| Octal | 340 | 363 | 250 | 10 | 0 | 37 | 5 | 113 | 114 | 121 |
| Binary | 11100000 | 11110011 | 10101000 | 1000 | 0 | 11111 | 101 | 1001011 | 1001100 | 1010001 |
Color Harmonies of #E0F3A8
Complementary color
Monochromatic Colors of #E0F3A8
Black with #E0F3A8
Text Example
Text Example
White with #E0F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F3A8; }
p { color: rgb(224,243,168); }
H1.HeaderClassName
{
color: #E0F3A8;
}
.AnyTagClassName
{
color: #E0F3A8;
}
</style>
background-color css
<style>
a { background-color: #E0F3A8; }
a { background-color: rgb(224,243,168); }
div.DivClassName
{
background-color: #E0F3A8;
}
.BgClassName
{
background-color: #E0F3A8;
}
</style>
border-color css
<style>
span { border-color: #E0F3A8; }
span { border-color: rgb(224,243,168); }
td.TdClassName
{
border-color: #E0F3A8;
}
.TagClassName
{
border-color: #E0F3A8;
}
</style>