Shades of Magic Mint #A1EECC
Tints of Magic Mint #A1EECC
RGB
CMYK
RGB Variations
Color information
#A1EECC (or 0xA1EECC) is known color: Magic Mint. HEX triplet: A1, EE and CC. RGB value is (161,238,204). Sum of RGB (Red+Green+Blue) = 161+238+204=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EECC is #5E1133. Grayscale: #D3D3D3. Windows color (decimal): -6164788 or 13430433. OLE color: 13430433.
HSL color Cylindrical-coordinate representation of color #A1EECC: hue angle of 153.51º 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 #A1EECC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.51º | 0.69% | 0.78% | - |
| HSV(B) | 153.51º | 0.32% | 0.93% | - |
| XYZ | 56.17 | 73.09 | 68.27 | - |
| YUV | 211.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 204 | 0.32 | 0 | 0.14 | 0.07 | 153.51 | 0.69 | 0.78 |
| Hex | A1 | EE | CC | 20 | 0 | E | 7 | 9A | 45 | 4E |
| Octal | 241 | 356 | 314 | 40 | 0 | 16 | 7 | 232 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11001100 | 100000 | 0 | 1110 | 111 | 10011010 | 1000101 | 1001110 |
Color Harmonies of #A1EECC
Complementary color
Monochromatic Colors of #A1EECC
Black with #A1EECC
Text Example
Text Example
White with #A1EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EECC; }
p { color: rgb(161,238,204); }
H1.HeaderClassName
{
color: #A1EECC;
}
.AnyTagClassName
{
color: #A1EECC;
}
</style>
background-color css
<style>
a { background-color: #A1EECC; }
a { background-color: rgb(161,238,204); }
div.DivClassName
{
background-color: #A1EECC;
}
.BgClassName
{
background-color: #A1EECC;
}
</style>
border-color css
<style>
span { border-color: #A1EECC; }
span { border-color: rgb(161,238,204); }
td.TdClassName
{
border-color: #A1EECC;
}
.TagClassName
{
border-color: #A1EECC;
}
</style>