Shades of Magic Mint #A1ECD2
Tints of Magic Mint #A1ECD2
RGB
CMYK
RGB Variations
Color information
#A1ECD2 (or 0xA1ECD2) is known color: Magic Mint. HEX triplet: A1, EC and D2. RGB value is (161,236,210). Sum of RGB (Red+Green+Blue) = 161+236+210=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECD2 is #5E132D. Grayscale: #D2D2D2. Windows color (decimal): -6165294 or 13823137. OLE color: 13823137.
HSL color Cylindrical-coordinate representation of color #A1ECD2: hue angle of 159.2º 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 #A1ECD2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 210 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.07 |
| HSL | 159.2º | 0.66% | 0.78% | - |
| HSV(B) | 159.2º | 0.32% | 0.93% | - |
| XYZ | 56.33 | 72.22 | 71.94 | - |
| YUV | 210.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 210 | 0.32 | 0 | 0.11 | 0.07 | 159.2 | 0.66 | 0.78 |
| Hex | A1 | EC | D2 | 20 | 0 | B | 7 | 9F | 42 | 4E |
| Octal | 241 | 354 | 322 | 40 | 0 | 13 | 7 | 237 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11010010 | 100000 | 0 | 1011 | 111 | 10011111 | 1000010 | 1001110 |
Color Harmonies of #A1ECD2
Complementary color
Monochromatic Colors of #A1ECD2
Black with #A1ECD2
Text Example
Text Example
White with #A1ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECD2; }
p { color: rgb(161,236,210); }
H1.HeaderClassName
{
color: #A1ECD2;
}
.AnyTagClassName
{
color: #A1ECD2;
}
</style>
background-color css
<style>
a { background-color: #A1ECD2; }
a { background-color: rgb(161,236,210); }
div.DivClassName
{
background-color: #A1ECD2;
}
.BgClassName
{
background-color: #A1ECD2;
}
</style>
border-color css
<style>
span { border-color: #A1ECD2; }
span { border-color: rgb(161,236,210); }
td.TdClassName
{
border-color: #A1ECD2;
}
.TagClassName
{
border-color: #A1ECD2;
}
</style>