Shades of Magic Mint #A1EECA
Tints of Magic Mint #A1EECA
RGB
CMYK
RGB Variations
Color information
#A1EECA (or 0xA1EECA) is known color: Magic Mint. HEX triplet: A1, EE and CA. RGB value is (161,238,202). Sum of RGB (Red+Green+Blue) = 161+238+202=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EECA is #5E1135. Grayscale: #D2D2D2. Windows color (decimal): -6164790 or 13299361. OLE color: 13299361.
HSL color Cylindrical-coordinate representation of color #A1EECA: hue angle of 151.95º 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 #A1EECA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 202 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.07 |
| HSL | 151.95º | 0.69% | 0.78% | - |
| HSV(B) | 151.95º | 0.32% | 0.93% | - |
| XYZ | 55.93 | 72.99 | 67.02 | - |
| YUV | 210.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 202 | 0.32 | 0 | 0.15 | 0.07 | 151.95 | 0.69 | 0.78 |
| Hex | A1 | EE | CA | 20 | 0 | F | 7 | 98 | 45 | 4E |
| Octal | 241 | 356 | 312 | 40 | 0 | 17 | 7 | 230 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11001010 | 100000 | 0 | 1111 | 111 | 10011000 | 1000101 | 1001110 |
Color Harmonies of #A1EECA
Complementary color
Monochromatic Colors of #A1EECA
Black with #A1EECA
Text Example
Text Example
White with #A1EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EECA; }
p { color: rgb(161,238,202); }
H1.HeaderClassName
{
color: #A1EECA;
}
.AnyTagClassName
{
color: #A1EECA;
}
</style>
background-color css
<style>
a { background-color: #A1EECA; }
a { background-color: rgb(161,238,202); }
div.DivClassName
{
background-color: #A1EECA;
}
.BgClassName
{
background-color: #A1EECA;
}
</style>
border-color css
<style>
span { border-color: #A1EECA; }
span { border-color: rgb(161,238,202); }
td.TdClassName
{
border-color: #A1EECA;
}
.TagClassName
{
border-color: #A1EECA;
}
</style>