Shades of Magic Mint #A1EABE
Tints of Magic Mint #A1EABE
RGB
CMYK
RGB Variations
Color information
#A1EABE (or 0xA1EABE) is known color: Magic Mint. HEX triplet: A1, EA and BE. RGB value is (161,234,190). Sum of RGB (Red+Green+Blue) = 161+234+190=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EABE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EABE is #5E1541. Grayscale: #CFCFCF. Windows color (decimal): -6165826 or 12511905. OLE color: 12511905.
HSL color Cylindrical-coordinate representation of color #A1EABE: hue angle of 143.84º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EABE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 190 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.08 |
| HSL | 143.84º | 0.63% | 0.77% | - |
| HSV(B) | 143.84º | 0.31% | 0.92% | - |
| XYZ | 53.42 | 70.14 | 59.44 | - |
| YUV | 207.16 | 118.32 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 190 | 0.31 | 0 | 0.19 | 0.08 | 143.84 | 0.63 | 0.77 |
| Hex | A1 | EA | BE | 1F | 0 | 13 | 8 | 90 | 3F | 4D |
| Octal | 241 | 352 | 276 | 37 | 0 | 23 | 10 | 220 | 77 | 115 |
| Binary | 10100001 | 11101010 | 10111110 | 11111 | 0 | 10011 | 1000 | 10010000 | 111111 | 1001101 |
Color Harmonies of #A1EABE
Complementary color
Monochromatic Colors of #A1EABE
Black with #A1EABE
Text Example
Text Example
White with #A1EABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EABE; }
p { color: rgb(161,234,190); }
H1.HeaderClassName
{
color: #A1EABE;
}
.AnyTagClassName
{
color: #A1EABE;
}
</style>
background-color css
<style>
a { background-color: #A1EABE; }
a { background-color: rgb(161,234,190); }
div.DivClassName
{
background-color: #A1EABE;
}
.BgClassName
{
background-color: #A1EABE;
}
</style>
border-color css
<style>
span { border-color: #A1EABE; }
span { border-color: rgb(161,234,190); }
td.TdClassName
{
border-color: #A1EABE;
}
.TagClassName
{
border-color: #A1EABE;
}
</style>