Shades of Magic Mint #A1EED3
Tints of Magic Mint #A1EED3
RGB
CMYK
RGB Variations
Color information
#A1EED3 (or 0xA1EED3) is known color: Magic Mint. HEX triplet: A1, EE and D3. RGB value is (161,238,211). Sum of RGB (Red+Green+Blue) = 161+238+211=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EED3 is #5E112C. Grayscale: #D3D3D3. Windows color (decimal): -6164781 or 13889185. OLE color: 13889185.
HSL color Cylindrical-coordinate representation of color #A1EED3: hue angle of 158.96º 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 #A1EED3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 211 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.07 |
| HSL | 158.96º | 0.69% | 0.78% | - |
| HSV(B) | 158.96º | 0.32% | 0.93% | - |
| XYZ | 57.03 | 73.43 | 72.8 | - |
| YUV | 211.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 211 | 0.32 | 0 | 0.11 | 0.07 | 158.96 | 0.69 | 0.78 |
| Hex | A1 | EE | D3 | 20 | 0 | B | 7 | 9F | 45 | 4E |
| Octal | 241 | 356 | 323 | 40 | 0 | 13 | 7 | 237 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11010011 | 100000 | 0 | 1011 | 111 | 10011111 | 1000101 | 1001110 |
Color Harmonies of #A1EED3
Complementary color
Monochromatic Colors of #A1EED3
Black with #A1EED3
Text Example
Text Example
White with #A1EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EED3; }
p { color: rgb(161,238,211); }
H1.HeaderClassName
{
color: #A1EED3;
}
.AnyTagClassName
{
color: #A1EED3;
}
</style>
background-color css
<style>
a { background-color: #A1EED3; }
a { background-color: rgb(161,238,211); }
div.DivClassName
{
background-color: #A1EED3;
}
.BgClassName
{
background-color: #A1EED3;
}
</style>
border-color css
<style>
span { border-color: #A1EED3; }
span { border-color: rgb(161,238,211); }
td.TdClassName
{
border-color: #A1EED3;
}
.TagClassName
{
border-color: #A1EED3;
}
</style>