Shades of Magic Mint #A1EAC7
Tints of Magic Mint #A1EAC7
RGB
CMYK
RGB Variations
Color information
#A1EAC7 (or 0xA1EAC7) is known color: Magic Mint. HEX triplet: A1, EA and C7. RGB value is (161,234,199). Sum of RGB (Red+Green+Blue) = 161+234+199=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EAC7 is #5E1538. Grayscale: #D0D0D0. Windows color (decimal): -6165817 or 13101729. OLE color: 13101729.
HSL color Cylindrical-coordinate representation of color #A1EAC7: hue angle of 151.23º 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 #A1EAC7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 199 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.08 |
| HSL | 151.23º | 0.63% | 0.77% | - |
| HSV(B) | 151.23º | 0.31% | 0.92% | - |
| XYZ | 54.43 | 70.55 | 64.78 | - |
| YUV | 208.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 199 | 0.31 | 0 | 0.15 | 0.08 | 151.23 | 0.63 | 0.77 |
| Hex | A1 | EA | C7 | 1F | 0 | F | 8 | 97 | 3F | 4D |
| Octal | 241 | 352 | 307 | 37 | 0 | 17 | 10 | 227 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11000111 | 11111 | 0 | 1111 | 1000 | 10010111 | 111111 | 1001101 |
Color Harmonies of #A1EAC7
Complementary color
Monochromatic Colors of #A1EAC7
Black with #A1EAC7
Text Example
Text Example
White with #A1EAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAC7; }
p { color: rgb(161,234,199); }
H1.HeaderClassName
{
color: #A1EAC7;
}
.AnyTagClassName
{
color: #A1EAC7;
}
</style>
background-color css
<style>
a { background-color: #A1EAC7; }
a { background-color: rgb(161,234,199); }
div.DivClassName
{
background-color: #A1EAC7;
}
.BgClassName
{
background-color: #A1EAC7;
}
</style>
border-color css
<style>
span { border-color: #A1EAC7; }
span { border-color: rgb(161,234,199); }
td.TdClassName
{
border-color: #A1EAC7;
}
.TagClassName
{
border-color: #A1EAC7;
}
</style>