Shades of Australian Mint #E6F6B3
Tints of Australian Mint #E6F6B3
RGB
CMYK
RGB Variations
Color information
#E6F6B3 (or 0xE6F6B3) is known color: Australian Mint. HEX triplet: E6, F6 and B3. RGB value is (230,246,179). Sum of RGB (Red+Green+Blue) = 230+246+179=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 179 (70.31% from 255 or 27.33% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #E6F6B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F6B3 is #19094C. Grayscale: #E9E9E9. Windows color (decimal): -1640781 or 11794150. OLE color: 11794150.
HSL color Cylindrical-coordinate representation of color #E6F6B3: hue angle of 74.33º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6F6B3 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 246 | 179 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.04 |
| HSL | 74.33º | 0.79% | 0.83% | - |
| HSV(B) | 74.33º | 0.27% | 0.96% | - |
| XYZ | 73.73 | 85.99 | 55.36 | - |
| YUV | 233.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 246 | 179 | 0.07 | 0 | 0.27 | 0.04 | 74.33 | 0.79 | 0.83 |
| Hex | E6 | F6 | B3 | 7 | 0 | 1B | 4 | 4A | 4F | 53 |
| Octal | 346 | 366 | 263 | 7 | 0 | 33 | 4 | 112 | 117 | 123 |
| Binary | 11100110 | 11110110 | 10110011 | 111 | 0 | 11011 | 100 | 1001010 | 1001111 | 1010011 |
Color Harmonies of #E6F6B3
Complementary color
Monochromatic Colors of #E6F6B3
Black with #E6F6B3
Text Example
Text Example
White with #E6F6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F6B3; }
p { color: rgb(230,246,179); }
H1.HeaderClassName
{
color: #E6F6B3;
}
.AnyTagClassName
{
color: #E6F6B3;
}
</style>
background-color css
<style>
a { background-color: #E6F6B3; }
a { background-color: rgb(230,246,179); }
div.DivClassName
{
background-color: #E6F6B3;
}
.BgClassName
{
background-color: #E6F6B3;
}
</style>
border-color css
<style>
span { border-color: #E6F6B3; }
span { border-color: rgb(230,246,179); }
td.TdClassName
{
border-color: #E6F6B3;
}
.TagClassName
{
border-color: #E6F6B3;
}
</style>