Shades of Magic Mint #A1EECB
Tints of Magic Mint #A1EECB
RGB
CMYK
RGB Variations
Color information
#A1EECB (or 0xA1EECB) is known color: Magic Mint. HEX triplet: A1, EE and CB. RGB value is (161,238,203). Sum of RGB (Red+Green+Blue) = 161+238+203=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EECB is #5E1134. Grayscale: #D3D3D3. Windows color (decimal): -6164789 or 13364897. OLE color: 13364897.
HSL color Cylindrical-coordinate representation of color #A1EECB: hue angle of 152.73º 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 #A1EECB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 203 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.07 |
| HSL | 152.73º | 0.69% | 0.78% | - |
| HSV(B) | 152.73º | 0.32% | 0.93% | - |
| XYZ | 56.05 | 73.04 | 67.64 | - |
| YUV | 210.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 203 | 0.32 | 0 | 0.15 | 0.07 | 152.73 | 0.69 | 0.78 |
| Hex | A1 | EE | CB | 20 | 0 | F | 7 | 99 | 45 | 4E |
| Octal | 241 | 356 | 313 | 40 | 0 | 17 | 7 | 231 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11001011 | 100000 | 0 | 1111 | 111 | 10011001 | 1000101 | 1001110 |
Color Harmonies of #A1EECB
Complementary color
Monochromatic Colors of #A1EECB
Black with #A1EECB
Text Example
Text Example
White with #A1EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EECB; }
p { color: rgb(161,238,203); }
H1.HeaderClassName
{
color: #A1EECB;
}
.AnyTagClassName
{
color: #A1EECB;
}
</style>
background-color css
<style>
a { background-color: #A1EECB; }
a { background-color: rgb(161,238,203); }
div.DivClassName
{
background-color: #A1EECB;
}
.BgClassName
{
background-color: #A1EECB;
}
</style>
border-color css
<style>
span { border-color: #A1EECB; }
span { border-color: rgb(161,238,203); }
td.TdClassName
{
border-color: #A1EECB;
}
.TagClassName
{
border-color: #A1EECB;
}
</style>