Shades of Magic Mint #A1EFBD
Tints of Magic Mint #A1EFBD
RGB
CMYK
RGB Variations
Color information
#A1EFBD (or 0xA1EFBD) is known color: Magic Mint. HEX triplet: A1, EF and BD. RGB value is (161,239,189). Sum of RGB (Red+Green+Blue) = 161+239+189=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFBD is #5E1042. Grayscale: #D2D2D2. Windows color (decimal): -6164547 or 12447649. OLE color: 12447649.
HSL color Cylindrical-coordinate representation of color #A1EFBD: hue angle of 141.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFBD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 189 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 141.54º | 0.71% | 0.78% | - |
| HSV(B) | 141.54º | 0.33% | 0.94% | - |
| XYZ | 54.75 | 72.98 | 59.35 | - |
| YUV | 209.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 189 | 0.33 | 0 | 0.21 | 0.06 | 141.54 | 0.71 | 0.78 |
| Hex | A1 | EF | BD | 21 | 0 | 15 | 6 | 8E | 47 | 4E |
| Octal | 241 | 357 | 275 | 41 | 0 | 25 | 6 | 216 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10111101 | 100001 | 0 | 10101 | 110 | 10001110 | 1000111 | 1001110 |
Color Harmonies of #A1EFBD
Complementary color
Monochromatic Colors of #A1EFBD
Black with #A1EFBD
Text Example
Text Example
White with #A1EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFBD; }
p { color: rgb(161,239,189); }
H1.HeaderClassName
{
color: #A1EFBD;
}
.AnyTagClassName
{
color: #A1EFBD;
}
</style>
background-color css
<style>
a { background-color: #A1EFBD; }
a { background-color: rgb(161,239,189); }
div.DivClassName
{
background-color: #A1EFBD;
}
.BgClassName
{
background-color: #A1EFBD;
}
</style>
border-color css
<style>
span { border-color: #A1EFBD; }
span { border-color: rgb(161,239,189); }
td.TdClassName
{
border-color: #A1EFBD;
}
.TagClassName
{
border-color: #A1EFBD;
}
</style>