Shades of Australian Mint #E6F2B3
Tints of Australian Mint #E6F2B3
RGB
CMYK
RGB Variations
Color information
#E6F2B3 (or 0xE6F2B3) is known color: Australian Mint. HEX triplet: E6, F2 and B3. RGB value is (230,242,179). Sum of RGB (Red+Green+Blue) = 230+242+179=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2B3 is #190D4C. Grayscale: #E7E7E7. Windows color (decimal): -1641805 or 11793126. OLE color: 11793126.
HSL color Cylindrical-coordinate representation of color #E6F2B3: hue angle of 71.43º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6F2B3 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 242 | 179 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.05 |
| HSL | 71.43º | 0.71% | 0.83% | - |
| HSV(B) | 71.43º | 0.26% | 0.95% | - |
| XYZ | 72.52 | 83.58 | 54.96 | - |
| YUV | 231.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 242 | 179 | 0.05 | 0 | 0.26 | 0.05 | 71.43 | 0.71 | 0.83 |
| Hex | E6 | F2 | B3 | 5 | 0 | 1A | 5 | 47 | 47 | 53 |
| Octal | 346 | 362 | 263 | 5 | 0 | 32 | 5 | 107 | 107 | 123 |
| Binary | 11100110 | 11110010 | 10110011 | 101 | 0 | 11010 | 101 | 1000111 | 1000111 | 1010011 |
Color Harmonies of #E6F2B3
Complementary color
Monochromatic Colors of #E6F2B3
Black with #E6F2B3
Text Example
Text Example
White with #E6F2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F2B3; }
p { color: rgb(230,242,179); }
H1.HeaderClassName
{
color: #E6F2B3;
}
.AnyTagClassName
{
color: #E6F2B3;
}
</style>
background-color css
<style>
a { background-color: #E6F2B3; }
a { background-color: rgb(230,242,179); }
div.DivClassName
{
background-color: #E6F2B3;
}
.BgClassName
{
background-color: #E6F2B3;
}
</style>
border-color css
<style>
span { border-color: #E6F2B3; }
span { border-color: rgb(230,242,179); }
td.TdClassName
{
border-color: #E6F2B3;
}
.TagClassName
{
border-color: #E6F2B3;
}
</style>