Shades of Magic Mint #A1E5CB
Tints of Magic Mint #A1E5CB
RGB
CMYK
RGB Variations
Color information
#A1E5CB (or 0xA1E5CB) is known color: Magic Mint. HEX triplet: A1, E5 and CB. RGB value is (161,229,203). Sum of RGB (Red+Green+Blue) = 161+229+203=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5CB is #5E1A34. Grayscale: #CDCDCD. Windows color (decimal): -6167093 or 13362593. OLE color: 13362593.
HSL color Cylindrical-coordinate representation of color #A1E5CB: hue angle of 157.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5CB is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 203 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.10 |
| HSL | 157.06º | 0.57% | 0.76% | - |
| HSV(B) | 157.06º | 0.3% | 0.9% | - |
| XYZ | 53.5 | 67.93 | 66.79 | - |
| YUV | 205.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 203 | 0.30 | 0 | 0.11 | 0.10 | 157.06 | 0.57 | 0.76 |
| Hex | A1 | E5 | CB | 1E | 0 | B | A | 9D | 39 | 4C |
| Octal | 241 | 345 | 313 | 36 | 0 | 13 | 12 | 235 | 71 | 114 |
| Binary | 10100001 | 11100101 | 11001011 | 11110 | 0 | 1011 | 1010 | 10011101 | 111001 | 1001100 |
Color Harmonies of #A1E5CB
Complementary color
Monochromatic Colors of #A1E5CB
Black with #A1E5CB
Text Example
Text Example
White with #A1E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5CB; }
p { color: rgb(161,229,203); }
H1.HeaderClassName
{
color: #A1E5CB;
}
.AnyTagClassName
{
color: #A1E5CB;
}
</style>
background-color css
<style>
a { background-color: #A1E5CB; }
a { background-color: rgb(161,229,203); }
div.DivClassName
{
background-color: #A1E5CB;
}
.BgClassName
{
background-color: #A1E5CB;
}
</style>
border-color css
<style>
span { border-color: #A1E5CB; }
span { border-color: rgb(161,229,203); }
td.TdClassName
{
border-color: #A1E5CB;
}
.TagClassName
{
border-color: #A1E5CB;
}
</style>