Shades of Australian Mint #EDFAAA
Tints of Australian Mint #EDFAAA
RGB
CMYK
RGB Variations
Color information
#EDFAAA (or 0xEDFAAA) is known color: Australian Mint. HEX triplet: ED, FA and AA. RGB value is (237,250,170). Sum of RGB (Red+Green+Blue) = 237+250+170=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFAAA is #120555. Grayscale: #EDEDED. Windows color (decimal): -1181014 or 11205357. OLE color: 11205357.
HSL color Cylindrical-coordinate representation of color #EDFAAA: hue angle of 69.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDFAAA is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 250 | 170 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.02 |
| HSL | 69.75º | 0.89% | 0.82% | - |
| HSV(B) | 69.75º | 0.32% | 0.98% | - |
| XYZ | 76.37 | 89.28 | 51.24 | - |
| YUV | 236.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 170 | 0.05 | 0 | 0.32 | 0.02 | 69.75 | 0.89 | 0.82 |
| Hex | ED | FA | AA | 5 | 0 | 20 | 2 | 46 | 59 | 52 |
| Octal | 355 | 372 | 252 | 5 | 0 | 40 | 2 | 106 | 131 | 122 |
| Binary | 11101101 | 11111010 | 10101010 | 101 | 0 | 100000 | 10 | 1000110 | 1011001 | 1010010 |
Color Harmonies of #EDFAAA
Complementary color
Monochromatic Colors of #EDFAAA
Black with #EDFAAA
Text Example
Text Example
White with #EDFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAAA; }
p { color: rgb(237,250,170); }
H1.HeaderClassName
{
color: #EDFAAA;
}
.AnyTagClassName
{
color: #EDFAAA;
}
</style>
background-color css
<style>
a { background-color: #EDFAAA; }
a { background-color: rgb(237,250,170); }
div.DivClassName
{
background-color: #EDFAAA;
}
.BgClassName
{
background-color: #EDFAAA;
}
</style>
border-color css
<style>
span { border-color: #EDFAAA; }
span { border-color: rgb(237,250,170); }
td.TdClassName
{
border-color: #EDFAAA;
}
.TagClassName
{
border-color: #EDFAAA;
}
</style>