Shades of Magic Mint #A1EACF
Tints of Magic Mint #A1EACF
RGB
CMYK
RGB Variations
Color information
#A1EACF (or 0xA1EACF) is known color: Magic Mint. HEX triplet: A1, EA and CF. RGB value is (161,234,207). Sum of RGB (Red+Green+Blue) = 161+234+207=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EACF is #5E1530. Grayscale: #D1D1D1. Windows color (decimal): -6165809 or 13626017. OLE color: 13626017.
HSL color Cylindrical-coordinate representation of color #A1EACF: hue angle of 157.81º 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 #A1EACF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 207 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.08 |
| HSL | 157.81º | 0.63% | 0.77% | - |
| HSV(B) | 157.81º | 0.31% | 0.92% | - |
| XYZ | 55.38 | 70.93 | 69.8 | - |
| YUV | 209.1 | 126.82 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 207 | 0.31 | 0 | 0.12 | 0.08 | 157.81 | 0.63 | 0.77 |
| Hex | A1 | EA | CF | 1F | 0 | C | 8 | 9E | 3F | 4D |
| Octal | 241 | 352 | 317 | 37 | 0 | 14 | 10 | 236 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11001111 | 11111 | 0 | 1100 | 1000 | 10011110 | 111111 | 1001101 |
Color Harmonies of #A1EACF
Complementary color
Monochromatic Colors of #A1EACF
Black with #A1EACF
Text Example
Text Example
White with #A1EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EACF; }
p { color: rgb(161,234,207); }
H1.HeaderClassName
{
color: #A1EACF;
}
.AnyTagClassName
{
color: #A1EACF;
}
</style>
background-color css
<style>
a { background-color: #A1EACF; }
a { background-color: rgb(161,234,207); }
div.DivClassName
{
background-color: #A1EACF;
}
.BgClassName
{
background-color: #A1EACF;
}
</style>
border-color css
<style>
span { border-color: #A1EACF; }
span { border-color: rgb(161,234,207); }
td.TdClassName
{
border-color: #A1EACF;
}
.TagClassName
{
border-color: #A1EACF;
}
</style>