Shades of Australian Mint #E6FBAB
Tints of Australian Mint #E6FBAB
RGB
CMYK
RGB Variations
Color information
#E6FBAB (or 0xE6FBAB) is known color: Australian Mint. HEX triplet: E6, FB and AB. RGB value is (230,251,171). Sum of RGB (Red+Green+Blue) = 230+251+171=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FBAB is #190454. Grayscale: #EBEBEB. Windows color (decimal): -1639509 or 11271142. OLE color: 11271142.
HSL color Cylindrical-coordinate representation of color #E6FBAB: hue angle of 75.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6FBAB is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 251 | 171 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.02 |
| HSL | 75.75º | 0.91% | 0.83% | - |
| HSV(B) | 75.75º | 0.32% | 0.98% | - |
| XYZ | 74.48 | 88.76 | 51.73 | - |
| YUV | 235.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 251 | 171 | 0.08 | 0 | 0.32 | 0.02 | 75.75 | 0.91 | 0.83 |
| Hex | E6 | FB | AB | 8 | 0 | 20 | 2 | 4C | 5B | 53 |
| Octal | 346 | 373 | 253 | 10 | 0 | 40 | 2 | 114 | 133 | 123 |
| Binary | 11100110 | 11111011 | 10101011 | 1000 | 0 | 100000 | 10 | 1001100 | 1011011 | 1010011 |
Color Harmonies of #E6FBAB
Complementary color
Monochromatic Colors of #E6FBAB
Black with #E6FBAB
Text Example
Text Example
White with #E6FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBAB; }
p { color: rgb(230,251,171); }
H1.HeaderClassName
{
color: #E6FBAB;
}
.AnyTagClassName
{
color: #E6FBAB;
}
</style>
background-color css
<style>
a { background-color: #E6FBAB; }
a { background-color: rgb(230,251,171); }
div.DivClassName
{
background-color: #E6FBAB;
}
.BgClassName
{
background-color: #E6FBAB;
}
</style>
border-color css
<style>
span { border-color: #E6FBAB; }
span { border-color: rgb(230,251,171); }
td.TdClassName
{
border-color: #E6FBAB;
}
.TagClassName
{
border-color: #E6FBAB;
}
</style>