Shades of Australian Mint #EFF8AA
Tints of Australian Mint #EFF8AA
RGB
CMYK
RGB Variations
Color information
#EFF8AA (or 0xEFF8AA) is known color: Australian Mint. HEX triplet: EF, F8 and AA. RGB value is (239,248,170). Sum of RGB (Red+Green+Blue) = 239+248+170=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AA is #100755. Grayscale: #ECECEC. Windows color (decimal): -1050454 or 11204847. OLE color: 11204847.
HSL color Cylindrical-coordinate representation of color #EFF8AA: hue angle of 66.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFF8AA is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 170 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.03 |
| HSL | 66.92º | 0.85% | 0.82% | - |
| HSV(B) | 66.92º | 0.31% | 0.97% | - |
| XYZ | 76.42 | 88.39 | 51.06 | - |
| YUV | 236.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 170 | 0.04 | 0 | 0.31 | 0.03 | 66.92 | 0.85 | 0.82 |
| Hex | EF | F8 | AA | 4 | 0 | 1F | 3 | 43 | 55 | 52 |
| Octal | 357 | 370 | 252 | 4 | 0 | 37 | 3 | 103 | 125 | 122 |
| Binary | 11101111 | 11111000 | 10101010 | 100 | 0 | 11111 | 11 | 1000011 | 1010101 | 1010010 |
Color Harmonies of #EFF8AA
Complementary color
Monochromatic Colors of #EFF8AA
Black with #EFF8AA
Text Example
Text Example
White with #EFF8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8AA; }
p { color: rgb(239,248,170); }
H1.HeaderClassName
{
color: #EFF8AA;
}
.AnyTagClassName
{
color: #EFF8AA;
}
</style>
background-color css
<style>
a { background-color: #EFF8AA; }
a { background-color: rgb(239,248,170); }
div.DivClassName
{
background-color: #EFF8AA;
}
.BgClassName
{
background-color: #EFF8AA;
}
</style>
border-color css
<style>
span { border-color: #EFF8AA; }
span { border-color: rgb(239,248,170); }
td.TdClassName
{
border-color: #EFF8AA;
}
.TagClassName
{
border-color: #EFF8AA;
}
</style>