Shades of Australian Mint #EFFBAA
Tints of Australian Mint #EFFBAA
RGB
CMYK
RGB Variations
Color information
#EFFBAA (or 0xEFFBAA) is known color: Australian Mint. HEX triplet: EF, FB and AA. RGB value is (239,251,170). Sum of RGB (Red+Green+Blue) = 239+251+170=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFBAA is #100455. Grayscale: #EEEEEE. Windows color (decimal): -1049686 or 11205615. OLE color: 11205615.
HSL color Cylindrical-coordinate representation of color #EFFBAA: hue angle of 68.89º 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 #EFFBAA is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 170 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.02 |
| HSL | 68.89º | 0.91% | 0.83% | - |
| HSV(B) | 68.89º | 0.32% | 0.98% | - |
| XYZ | 77.35 | 90.25 | 51.37 | - |
| YUV | 238.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 170 | 0.05 | 0 | 0.32 | 0.02 | 68.89 | 0.91 | 0.83 |
| Hex | EF | FB | AA | 5 | 0 | 20 | 2 | 45 | 5B | 53 |
| Octal | 357 | 373 | 252 | 5 | 0 | 40 | 2 | 105 | 133 | 123 |
| Binary | 11101111 | 11111011 | 10101010 | 101 | 0 | 100000 | 10 | 1000101 | 1011011 | 1010011 |
Color Harmonies of #EFFBAA
Complementary color
Monochromatic Colors of #EFFBAA
Black with #EFFBAA
Text Example
Text Example
White with #EFFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBAA; }
p { color: rgb(239,251,170); }
H1.HeaderClassName
{
color: #EFFBAA;
}
.AnyTagClassName
{
color: #EFFBAA;
}
</style>
background-color css
<style>
a { background-color: #EFFBAA; }
a { background-color: rgb(239,251,170); }
div.DivClassName
{
background-color: #EFFBAA;
}
.BgClassName
{
background-color: #EFFBAA;
}
</style>
border-color css
<style>
span { border-color: #EFFBAA; }
span { border-color: rgb(239,251,170); }
td.TdClassName
{
border-color: #EFFBAA;
}
.TagClassName
{
border-color: #EFFBAA;
}
</style>