Shades of Magic Mint #A1EDBD
Tints of Magic Mint #A1EDBD
RGB
CMYK
RGB Variations
Color information
#A1EDBD (or 0xA1EDBD) is known color: Magic Mint. HEX triplet: A1, ED and BD. RGB value is (161,237,189). Sum of RGB (Red+Green+Blue) = 161+237+189=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDBD is #5E1242. Grayscale: #D0D0D0. Windows color (decimal): -6165059 or 12447137. OLE color: 12447137.
HSL color Cylindrical-coordinate representation of color #A1EDBD: hue angle of 142.11º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDBD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 189 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.07 |
| HSL | 142.11º | 0.68% | 0.78% | - |
| HSV(B) | 142.11º | 0.32% | 0.93% | - |
| XYZ | 54.17 | 71.82 | 59.15 | - |
| YUV | 208.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 189 | 0.32 | 0 | 0.20 | 0.07 | 142.11 | 0.68 | 0.78 |
| Hex | A1 | ED | BD | 20 | 0 | 14 | 7 | 8E | 44 | 4E |
| Octal | 241 | 355 | 275 | 40 | 0 | 24 | 7 | 216 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10111101 | 100000 | 0 | 10100 | 111 | 10001110 | 1000100 | 1001110 |
Color Harmonies of #A1EDBD
Complementary color
Monochromatic Colors of #A1EDBD
Black with #A1EDBD
Text Example
Text Example
White with #A1EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDBD; }
p { color: rgb(161,237,189); }
H1.HeaderClassName
{
color: #A1EDBD;
}
.AnyTagClassName
{
color: #A1EDBD;
}
</style>
background-color css
<style>
a { background-color: #A1EDBD; }
a { background-color: rgb(161,237,189); }
div.DivClassName
{
background-color: #A1EDBD;
}
.BgClassName
{
background-color: #A1EDBD;
}
</style>
border-color css
<style>
span { border-color: #A1EDBD; }
span { border-color: rgb(161,237,189); }
td.TdClassName
{
border-color: #A1EDBD;
}
.TagClassName
{
border-color: #A1EDBD;
}
</style>