Shades of Australian Mint #EEFFAF
Tints of Australian Mint #EEFFAF
RGB
CMYK
RGB Variations
Color information
#EEFFAF (or 0xEEFFAF) is known color: Australian Mint. HEX triplet: EE, FF and AF. RGB value is (238,255,175). Sum of RGB (Red+Green+Blue) = 238+255+175=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFFAF is #110050. Grayscale: #F1F1F1. Windows color (decimal): -1114193 or 11534318. OLE color: 11534318.
HSL color Cylindrical-coordinate representation of color #EEFFAF: hue angle of 72.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEFFAF is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 175 | - |
| CMYK | 0.07 | 0 | 0.31 | 0 |
| HSL | 72.75º | 1% | 0.84% | - |
| HSV(B) | 72.75º | 0.31% | 1% | - |
| XYZ | 78.76 | 92.79 | 54.32 | - |
| YUV | 240.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 175 | 0.07 | 0 | 0.31 | 0 | 72.75 | 1 | 0.84 |
| Hex | EE | FF | AF | 7 | 0 | 1F | 0 | 49 | 64 | 54 |
| Octal | 356 | 377 | 257 | 7 | 0 | 37 | 0 | 111 | 144 | 124 |
| Binary | 11101110 | 11111111 | 10101111 | 111 | 0 | 11111 | 0 | 1001001 | 1100100 | 1010100 |
Color Harmonies of #EEFFAF
Complementary color
Monochromatic Colors of #EEFFAF
Black with #EEFFAF
Text Example
Text Example
White with #EEFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFAF; }
p { color: rgb(238,255,175); }
H1.HeaderClassName
{
color: #EEFFAF;
}
.AnyTagClassName
{
color: #EEFFAF;
}
</style>
background-color css
<style>
a { background-color: #EEFFAF; }
a { background-color: rgb(238,255,175); }
div.DivClassName
{
background-color: #EEFFAF;
}
.BgClassName
{
background-color: #EEFFAF;
}
</style>
border-color css
<style>
span { border-color: #EEFFAF; }
span { border-color: rgb(238,255,175); }
td.TdClassName
{
border-color: #EEFFAF;
}
.TagClassName
{
border-color: #EEFFAF;
}
</style>