Shades of Magic Mint #A1EECD
Tints of Magic Mint #A1EECD
RGB
CMYK
RGB Variations
Color information
#A1EECD (or 0xA1EECD) is known color: Magic Mint. HEX triplet: A1, EE and CD. RGB value is (161,238,205). Sum of RGB (Red+Green+Blue) = 161+238+205=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EECD is #5E1132. Grayscale: #D3D3D3. Windows color (decimal): -6164787 or 13495969. OLE color: 13495969.
HSL color Cylindrical-coordinate representation of color #A1EECD: hue angle of 154.29º degrees, saturation: 0.69, 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 #A1EECD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 205 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 154.29º | 0.69% | 0.78% | - |
| HSV(B) | 154.29º | 0.32% | 0.93% | - |
| XYZ | 56.29 | 73.13 | 68.91 | - |
| YUV | 211.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 205 | 0.32 | 0 | 0.14 | 0.07 | 154.29 | 0.69 | 0.78 |
| Hex | A1 | EE | CD | 20 | 0 | E | 7 | 9A | 45 | 4E |
| Octal | 241 | 356 | 315 | 40 | 0 | 16 | 7 | 232 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11001101 | 100000 | 0 | 1110 | 111 | 10011010 | 1000101 | 1001110 |
Color Harmonies of #A1EECD
Complementary color
Monochromatic Colors of #A1EECD
Black with #A1EECD
Text Example
Text Example
White with #A1EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EECD; }
p { color: rgb(161,238,205); }
H1.HeaderClassName
{
color: #A1EECD;
}
.AnyTagClassName
{
color: #A1EECD;
}
</style>
background-color css
<style>
a { background-color: #A1EECD; }
a { background-color: rgb(161,238,205); }
div.DivClassName
{
background-color: #A1EECD;
}
.BgClassName
{
background-color: #A1EECD;
}
</style>
border-color css
<style>
span { border-color: #A1EECD; }
span { border-color: rgb(161,238,205); }
td.TdClassName
{
border-color: #A1EECD;
}
.TagClassName
{
border-color: #A1EECD;
}
</style>