Shades of Magic Mint #A1EDBF
Tints of Magic Mint #A1EDBF
RGB
CMYK
RGB Variations
Color information
#A1EDBF (or 0xA1EDBF) is known color: Magic Mint. HEX triplet: A1, ED and BF. RGB value is (161,237,191). Sum of RGB (Red+Green+Blue) = 161+237+191=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDBF is #5E1240. Grayscale: #D1D1D1. Windows color (decimal): -6165057 or 12578209. OLE color: 12578209.
HSL color Cylindrical-coordinate representation of color #A1EDBF: hue angle of 143.68º 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 #A1EDBF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 191 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.07 |
| HSL | 143.68º | 0.68% | 0.78% | - |
| HSV(B) | 143.68º | 0.32% | 0.93% | - |
| XYZ | 54.39 | 71.91 | 60.3 | - |
| YUV | 209.03 | 117.82 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 191 | 0.32 | 0 | 0.19 | 0.07 | 143.68 | 0.68 | 0.78 |
| Hex | A1 | ED | BF | 20 | 0 | 13 | 7 | 90 | 44 | 4E |
| Octal | 241 | 355 | 277 | 40 | 0 | 23 | 7 | 220 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10111111 | 100000 | 0 | 10011 | 111 | 10010000 | 1000100 | 1001110 |
Color Harmonies of #A1EDBF
Complementary color
Monochromatic Colors of #A1EDBF
Black with #A1EDBF
Text Example
Text Example
White with #A1EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDBF; }
p { color: rgb(161,237,191); }
H1.HeaderClassName
{
color: #A1EDBF;
}
.AnyTagClassName
{
color: #A1EDBF;
}
</style>
background-color css
<style>
a { background-color: #A1EDBF; }
a { background-color: rgb(161,237,191); }
div.DivClassName
{
background-color: #A1EDBF;
}
.BgClassName
{
background-color: #A1EDBF;
}
</style>
border-color css
<style>
span { border-color: #A1EDBF; }
span { border-color: rgb(161,237,191); }
td.TdClassName
{
border-color: #A1EDBF;
}
.TagClassName
{
border-color: #A1EDBF;
}
</style>