Shades of Australian Mint #E8FFB2
Tints of Australian Mint #E8FFB2
RGB
CMYK
RGB Variations
Color information
#E8FFB2 (or 0xE8FFB2) is known color: Australian Mint. HEX triplet: E8, FF and B2. RGB value is (232,255,178). Sum of RGB (Red+Green+Blue) = 232+255+178=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 178 (69.92% from 255 or 26.77% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8FFB2 is #17004D. Grayscale: #EFEFEF. Windows color (decimal): -1507406 or 11730920. OLE color: 11730920.
HSL color Cylindrical-coordinate representation of color #E8FFB2: hue angle of 77.92º 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 #E8FFB2 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 178 | - |
| CMYK | 0.09 | 0 | 0.30 | 0 |
| HSL | 77.92º | 1% | 0.85% | - |
| HSV(B) | 77.92º | 0.3% | 1% | - |
| XYZ | 77.07 | 91.89 | 55.79 | - |
| YUV | 239.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 178 | 0.09 | 0 | 0.30 | 0 | 77.92 | 1 | 0.85 |
| Hex | E8 | FF | B2 | 9 | 0 | 1E | 0 | 4E | 64 | 55 |
| Octal | 350 | 377 | 262 | 11 | 0 | 36 | 0 | 116 | 144 | 125 |
| Binary | 11101000 | 11111111 | 10110010 | 1001 | 0 | 11110 | 0 | 1001110 | 1100100 | 1010101 |
Color Harmonies of #E8FFB2
Complementary color
Monochromatic Colors of #E8FFB2
Black with #E8FFB2
Text Example
Text Example
White with #E8FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFB2; }
p { color: rgb(232,255,178); }
H1.HeaderClassName
{
color: #E8FFB2;
}
.AnyTagClassName
{
color: #E8FFB2;
}
</style>
background-color css
<style>
a { background-color: #E8FFB2; }
a { background-color: rgb(232,255,178); }
div.DivClassName
{
background-color: #E8FFB2;
}
.BgClassName
{
background-color: #E8FFB2;
}
</style>
border-color css
<style>
span { border-color: #E8FFB2; }
span { border-color: rgb(232,255,178); }
td.TdClassName
{
border-color: #E8FFB2;
}
.TagClassName
{
border-color: #E8FFB2;
}
</style>