Shades of Australian Mint #E6FFB3
Tints of Australian Mint #E6FFB3
RGB
CMYK
RGB Variations
Color information
#E6FFB3 (or 0xE6FFB3) is known color: Australian Mint. HEX triplet: E6, FF and B3. RGB value is (230,255,179). Sum of RGB (Red+Green+Blue) = 230+255+179=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 179 (70.31% from 255 or 26.96% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFB3 is #19004C. Grayscale: #EFEFEF. Windows color (decimal): -1638477 or 11796454. OLE color: 11796454.
HSL color Cylindrical-coordinate representation of color #E6FFB3: hue angle of 79.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6FFB3 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 179 | - |
| CMYK | 0.10 | 0 | 0.30 | 0 |
| HSL | 79.74º | 1% | 0.85% | - |
| HSV(B) | 79.74º | 0.3% | 1% | - |
| XYZ | 76.53 | 91.6 | 56.29 | - |
| YUV | 238.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 179 | 0.10 | 0 | 0.30 | 0 | 79.74 | 1 | 0.85 |
| Hex | E6 | FF | B3 | A | 0 | 1E | 0 | 50 | 64 | 55 |
| Octal | 346 | 377 | 263 | 12 | 0 | 36 | 0 | 120 | 144 | 125 |
| Binary | 11100110 | 11111111 | 10110011 | 1010 | 0 | 11110 | 0 | 1010000 | 1100100 | 1010101 |
Color Harmonies of #E6FFB3
Complementary color
Monochromatic Colors of #E6FFB3
Black with #E6FFB3
Text Example
Text Example
White with #E6FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFB3; }
p { color: rgb(230,255,179); }
H1.HeaderClassName
{
color: #E6FFB3;
}
.AnyTagClassName
{
color: #E6FFB3;
}
</style>
background-color css
<style>
a { background-color: #E6FFB3; }
a { background-color: rgb(230,255,179); }
div.DivClassName
{
background-color: #E6FFB3;
}
.BgClassName
{
background-color: #E6FFB3;
}
</style>
border-color css
<style>
span { border-color: #E6FFB3; }
span { border-color: rgb(230,255,179); }
td.TdClassName
{
border-color: #E6FFB3;
}
.TagClassName
{
border-color: #E6FFB3;
}
</style>