Shades of Australian Mint #EAFEAB
Tints of Australian Mint #EAFEAB
RGB
CMYK
RGB Variations
Color information
#EAFEAB (or 0xEAFEAB) is known color: Australian Mint. HEX triplet: EA, FE and AB. RGB value is (234,254,171). Sum of RGB (Red+Green+Blue) = 234+254+171=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEAB is #150154. Grayscale: #EEEEEE. Windows color (decimal): -1376597 or 11271914. OLE color: 11271914.
HSL color Cylindrical-coordinate representation of color #EAFEAB: hue angle of 74.46º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAFEAB is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 171 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.00 |
| HSL | 74.46º | 0.98% | 0.83% | - |
| HSV(B) | 74.46º | 0.33% | 1% | - |
| XYZ | 76.72 | 91.32 | 52.11 | - |
| YUV | 238.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 171 | 0.08 | 0 | 0.33 | 0.00 | 74.46 | 0.98 | 0.83 |
| Hex | EA | FE | AB | 8 | 0 | 21 | 0 | 4A | 62 | 53 |
| Octal | 352 | 376 | 253 | 10 | 0 | 41 | 0 | 112 | 142 | 123 |
| Binary | 11101010 | 11111110 | 10101011 | 1000 | 0 | 100001 | 0 | 1001010 | 1100010 | 1010011 |
Color Harmonies of #EAFEAB
Complementary color
Monochromatic Colors of #EAFEAB
Black with #EAFEAB
Text Example
Text Example
White with #EAFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEAB; }
p { color: rgb(234,254,171); }
H1.HeaderClassName
{
color: #EAFEAB;
}
.AnyTagClassName
{
color: #EAFEAB;
}
</style>
background-color css
<style>
a { background-color: #EAFEAB; }
a { background-color: rgb(234,254,171); }
div.DivClassName
{
background-color: #EAFEAB;
}
.BgClassName
{
background-color: #EAFEAB;
}
</style>
border-color css
<style>
span { border-color: #EAFEAB; }
span { border-color: rgb(234,254,171); }
td.TdClassName
{
border-color: #EAFEAB;
}
.TagClassName
{
border-color: #EAFEAB;
}
</style>