Shades of Magic Mint #A1EFCA
Tints of Magic Mint #A1EFCA
RGB
CMYK
RGB Variations
Color information
#A1EFCA (or 0xA1EFCA) is known color: Magic Mint. HEX triplet: A1, EF and CA. RGB value is (161,239,202). Sum of RGB (Red+Green+Blue) = 161+239+202=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCA is #5E1035. Grayscale: #D3D3D3. Windows color (decimal): -6164534 or 13299617. OLE color: 13299617.
HSL color Cylindrical-coordinate representation of color #A1EFCA: hue angle of 151.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFCA is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 202 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.06 |
| HSL | 151.54º | 0.71% | 0.78% | - |
| HSV(B) | 151.54º | 0.33% | 0.94% | - |
| XYZ | 56.23 | 73.57 | 67.12 | - |
| YUV | 211.46 | 122.66 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 202 | 0.33 | 0 | 0.15 | 0.06 | 151.54 | 0.71 | 0.78 |
| Hex | A1 | EF | CA | 21 | 0 | F | 6 | 98 | 47 | 4E |
| Octal | 241 | 357 | 312 | 41 | 0 | 17 | 6 | 230 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11001010 | 100001 | 0 | 1111 | 110 | 10011000 | 1000111 | 1001110 |
Color Harmonies of #A1EFCA
Complementary color
Monochromatic Colors of #A1EFCA
Black with #A1EFCA
Text Example
Text Example
White with #A1EFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFCA; }
p { color: rgb(161,239,202); }
H1.HeaderClassName
{
color: #A1EFCA;
}
.AnyTagClassName
{
color: #A1EFCA;
}
</style>
background-color css
<style>
a { background-color: #A1EFCA; }
a { background-color: rgb(161,239,202); }
div.DivClassName
{
background-color: #A1EFCA;
}
.BgClassName
{
background-color: #A1EFCA;
}
</style>
border-color css
<style>
span { border-color: #A1EFCA; }
span { border-color: rgb(161,239,202); }
td.TdClassName
{
border-color: #A1EFCA;
}
.TagClassName
{
border-color: #A1EFCA;
}
</style>