Shades of Magic Mint #A1EDCC
Tints of Magic Mint #A1EDCC
RGB
CMYK
RGB Variations
Color information
#A1EDCC (or 0xA1EDCC) is known color: Magic Mint. HEX triplet: A1, ED and CC. RGB value is (161,237,204). Sum of RGB (Red+Green+Blue) = 161+237+204=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDCC is #5E1233. Grayscale: #D2D2D2. Windows color (decimal): -6165044 or 13430177. OLE color: 13430177.
HSL color Cylindrical-coordinate representation of color #A1EDCC: hue angle of 153.95º 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 #A1EDCC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.95º | 0.68% | 0.78% | - |
| HSV(B) | 153.95º | 0.32% | 0.93% | - |
| XYZ | 55.88 | 72.51 | 68.18 | - |
| YUV | 210.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 204 | 0.32 | 0 | 0.14 | 0.07 | 153.95 | 0.68 | 0.78 |
| Hex | A1 | ED | CC | 20 | 0 | E | 7 | 9A | 44 | 4E |
| Octal | 241 | 355 | 314 | 40 | 0 | 16 | 7 | 232 | 104 | 116 |
| Binary | 10100001 | 11101101 | 11001100 | 100000 | 0 | 1110 | 111 | 10011010 | 1000100 | 1001110 |
Color Harmonies of #A1EDCC
Complementary color
Monochromatic Colors of #A1EDCC
Black with #A1EDCC
Text Example
Text Example
White with #A1EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDCC; }
p { color: rgb(161,237,204); }
H1.HeaderClassName
{
color: #A1EDCC;
}
.AnyTagClassName
{
color: #A1EDCC;
}
</style>
background-color css
<style>
a { background-color: #A1EDCC; }
a { background-color: rgb(161,237,204); }
div.DivClassName
{
background-color: #A1EDCC;
}
.BgClassName
{
background-color: #A1EDCC;
}
</style>
border-color css
<style>
span { border-color: #A1EDCC; }
span { border-color: rgb(161,237,204); }
td.TdClassName
{
border-color: #A1EDCC;
}
.TagClassName
{
border-color: #A1EDCC;
}
</style>