Shades of Magic Mint #A1ECCB
Tints of Magic Mint #A1ECCB
RGB
CMYK
RGB Variations
Color information
#A1ECCB (or 0xA1ECCB) is known color: Magic Mint. HEX triplet: A1, EC and CB. RGB value is (161,236,203). Sum of RGB (Red+Green+Blue) = 161+236+203=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECCB is #5E1334. Grayscale: #D1D1D1. Windows color (decimal): -6165301 or 13364385. OLE color: 13364385.
HSL color Cylindrical-coordinate representation of color #A1ECCB: hue angle of 153.6º degrees, saturation: 0.66, 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 #A1ECCB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 203 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.6º | 0.66% | 0.78% | - |
| HSV(B) | 153.6º | 0.32% | 0.93% | - |
| XYZ | 55.47 | 71.88 | 67.45 | - |
| YUV | 209.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 203 | 0.32 | 0 | 0.14 | 0.07 | 153.6 | 0.66 | 0.78 |
| Hex | A1 | EC | CB | 20 | 0 | E | 7 | 9A | 42 | 4E |
| Octal | 241 | 354 | 313 | 40 | 0 | 16 | 7 | 232 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11001011 | 100000 | 0 | 1110 | 111 | 10011010 | 1000010 | 1001110 |
Color Harmonies of #A1ECCB
Complementary color
Monochromatic Colors of #A1ECCB
Black with #A1ECCB
Text Example
Text Example
White with #A1ECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECCB; }
p { color: rgb(161,236,203); }
H1.HeaderClassName
{
color: #A1ECCB;
}
.AnyTagClassName
{
color: #A1ECCB;
}
</style>
background-color css
<style>
a { background-color: #A1ECCB; }
a { background-color: rgb(161,236,203); }
div.DivClassName
{
background-color: #A1ECCB;
}
.BgClassName
{
background-color: #A1ECCB;
}
</style>
border-color css
<style>
span { border-color: #A1ECCB; }
span { border-color: rgb(161,236,203); }
td.TdClassName
{
border-color: #A1ECCB;
}
.TagClassName
{
border-color: #A1ECCB;
}
</style>