Shades of Australian Mint #EFF8AB
Tints of Australian Mint #EFF8AB
RGB
CMYK
RGB Variations
Color information
#EFF8AB (or 0xEFF8AB) is known color: Australian Mint. HEX triplet: EF, F8 and AB. RGB value is (239,248,171). Sum of RGB (Red+Green+Blue) = 239+248+171=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 171 (67.19% from 255 or 25.99% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8AB is #100754. Grayscale: #ECECEC. Windows color (decimal): -1050453 or 11270383. OLE color: 11270383.
HSL color Cylindrical-coordinate representation of color #EFF8AB: hue angle of 67.01º 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 #EFF8AB is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 171 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.03 |
| HSL | 67.01º | 0.85% | 0.82% | - |
| HSV(B) | 67.01º | 0.31% | 0.97% | - |
| XYZ | 76.51 | 88.43 | 51.56 | - |
| YUV | 236.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 171 | 0.04 | 0 | 0.31 | 0.03 | 67.01 | 0.85 | 0.82 |
| Hex | EF | F8 | AB | 4 | 0 | 1F | 3 | 43 | 55 | 52 |
| Octal | 357 | 370 | 253 | 4 | 0 | 37 | 3 | 103 | 125 | 122 |
| Binary | 11101111 | 11111000 | 10101011 | 100 | 0 | 11111 | 11 | 1000011 | 1010101 | 1010010 |
Color Harmonies of #EFF8AB
Complementary color
Monochromatic Colors of #EFF8AB
Black with #EFF8AB
Text Example
Text Example
White with #EFF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF8AB; }
p { color: rgb(239,248,171); }
H1.HeaderClassName
{
color: #EFF8AB;
}
.AnyTagClassName
{
color: #EFF8AB;
}
</style>
background-color css
<style>
a { background-color: #EFF8AB; }
a { background-color: rgb(239,248,171); }
div.DivClassName
{
background-color: #EFF8AB;
}
.BgClassName
{
background-color: #EFF8AB;
}
</style>
border-color css
<style>
span { border-color: #EFF8AB; }
span { border-color: rgb(239,248,171); }
td.TdClassName
{
border-color: #EFF8AB;
}
.TagClassName
{
border-color: #EFF8AB;
}
</style>