Shades of Magic Mint #A1E8CD
Tints of Magic Mint #A1E8CD
RGB
CMYK
RGB Variations
Color information
#A1E8CD (or 0xA1E8CD) is known color: Magic Mint. HEX triplet: A1, E8 and CD. RGB value is (161,232,205). Sum of RGB (Red+Green+Blue) = 161+232+205=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8CD is #5E1732. Grayscale: #CFCFCF. Windows color (decimal): -6166323 or 13494433. OLE color: 13494433.
HSL color Cylindrical-coordinate representation of color #A1E8CD: hue angle of 157.18º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8CD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 205 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.09 |
| HSL | 157.18º | 0.61% | 0.77% | - |
| HSV(B) | 157.18º | 0.31% | 0.91% | - |
| XYZ | 54.57 | 69.7 | 68.33 | - |
| YUV | 207.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 205 | 0.31 | 0 | 0.12 | 0.09 | 157.18 | 0.61 | 0.77 |
| Hex | A1 | E8 | CD | 1F | 0 | C | 9 | 9D | 3D | 4D |
| Octal | 241 | 350 | 315 | 37 | 0 | 14 | 11 | 235 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11001101 | 11111 | 0 | 1100 | 1001 | 10011101 | 111101 | 1001101 |
Color Harmonies of #A1E8CD
Complementary color
Monochromatic Colors of #A1E8CD
Black with #A1E8CD
Text Example
Text Example
White with #A1E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8CD; }
p { color: rgb(161,232,205); }
H1.HeaderClassName
{
color: #A1E8CD;
}
.AnyTagClassName
{
color: #A1E8CD;
}
</style>
background-color css
<style>
a { background-color: #A1E8CD; }
a { background-color: rgb(161,232,205); }
div.DivClassName
{
background-color: #A1E8CD;
}
.BgClassName
{
background-color: #A1E8CD;
}
</style>
border-color css
<style>
span { border-color: #A1E8CD; }
span { border-color: rgb(161,232,205); }
td.TdClassName
{
border-color: #A1E8CD;
}
.TagClassName
{
border-color: #A1E8CD;
}
</style>