Shades of Magic Mint #A1EAD0
Tints of Magic Mint #A1EAD0
RGB
CMYK
RGB Variations
Color information
#A1EAD0 (or 0xA1EAD0) is known color: Magic Mint. HEX triplet: A1, EA and D0. RGB value is (161,234,208). Sum of RGB (Red+Green+Blue) = 161+234+208=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAD0 is #5E152F. Grayscale: #D1D1D1. Windows color (decimal): -6165808 or 13691553. OLE color: 13691553.
HSL color Cylindrical-coordinate representation of color #A1EAD0: hue angle of 158.63º 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 #A1EAD0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 208 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.08 |
| HSL | 158.63º | 0.63% | 0.77% | - |
| HSV(B) | 158.63º | 0.31% | 0.92% | - |
| XYZ | 55.51 | 70.98 | 70.45 | - |
| YUV | 209.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 208 | 0.31 | 0 | 0.11 | 0.08 | 158.63 | 0.63 | 0.77 |
| Hex | A1 | EA | D0 | 1F | 0 | B | 8 | 9F | 3F | 4D |
| Octal | 241 | 352 | 320 | 37 | 0 | 13 | 10 | 237 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11010000 | 11111 | 0 | 1011 | 1000 | 10011111 | 111111 | 1001101 |
Color Harmonies of #A1EAD0
Complementary color
Monochromatic Colors of #A1EAD0
Black with #A1EAD0
Text Example
Text Example
White with #A1EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAD0; }
p { color: rgb(161,234,208); }
H1.HeaderClassName
{
color: #A1EAD0;
}
.AnyTagClassName
{
color: #A1EAD0;
}
</style>
background-color css
<style>
a { background-color: #A1EAD0; }
a { background-color: rgb(161,234,208); }
div.DivClassName
{
background-color: #A1EAD0;
}
.BgClassName
{
background-color: #A1EAD0;
}
</style>
border-color css
<style>
span { border-color: #A1EAD0; }
span { border-color: rgb(161,234,208); }
td.TdClassName
{
border-color: #A1EAD0;
}
.TagClassName
{
border-color: #A1EAD0;
}
</style>