Shades of Australian Mint #EFFBA6
Tints of Australian Mint #EFFBA6
RGB
CMYK
RGB Variations
Color information
#EFFBA6 (or 0xEFFBA6) is known color: Australian Mint. HEX triplet: EF, FB and A6. RGB value is (239,251,166). Sum of RGB (Red+Green+Blue) = 239+251+166=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 166 (65.23% from 255 or 25.30% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBA6 is #100459. Grayscale: #EEEEEE. Windows color (decimal): -1049690 or 10943471. OLE color: 10943471.
HSL color Cylindrical-coordinate representation of color #EFFBA6: hue angle of 68.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFFBA6 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 166 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.02 |
| HSL | 68.47º | 0.91% | 0.82% | - |
| HSV(B) | 68.47º | 0.34% | 0.98% | - |
| XYZ | 76.98 | 90.1 | 49.41 | - |
| YUV | 237.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 166 | 0.05 | 0 | 0.34 | 0.02 | 68.47 | 0.91 | 0.82 |
| Hex | EF | FB | A6 | 5 | 0 | 22 | 2 | 44 | 5B | 52 |
| Octal | 357 | 373 | 246 | 5 | 0 | 42 | 2 | 104 | 133 | 122 |
| Binary | 11101111 | 11111011 | 10100110 | 101 | 0 | 100010 | 10 | 1000100 | 1011011 | 1010010 |
Color Harmonies of #EFFBA6
Complementary color
Monochromatic Colors of #EFFBA6
Black with #EFFBA6
Text Example
Text Example
White with #EFFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBA6; }
p { color: rgb(239,251,166); }
H1.HeaderClassName
{
color: #EFFBA6;
}
.AnyTagClassName
{
color: #EFFBA6;
}
</style>
background-color css
<style>
a { background-color: #EFFBA6; }
a { background-color: rgb(239,251,166); }
div.DivClassName
{
background-color: #EFFBA6;
}
.BgClassName
{
background-color: #EFFBA6;
}
</style>
border-color css
<style>
span { border-color: #EFFBA6; }
span { border-color: rgb(239,251,166); }
td.TdClassName
{
border-color: #EFFBA6;
}
.TagClassName
{
border-color: #EFFBA6;
}
</style>