Shades of Magic Mint #A1EBD2
Tints of Magic Mint #A1EBD2
RGB
CMYK
RGB Variations
Color information
#A1EBD2 (or 0xA1EBD2) is known color: Magic Mint. HEX triplet: A1, EB and D2. RGB value is (161,235,210). Sum of RGB (Red+Green+Blue) = 161+235+210=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD2 is #5E142D. Grayscale: #D2D2D2. Windows color (decimal): -6165550 or 13822881. OLE color: 13822881.
HSL color Cylindrical-coordinate representation of color #A1EBD2: hue angle of 159.73º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBD2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 210 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.08 |
| HSL | 159.73º | 0.65% | 0.78% | - |
| HSV(B) | 159.73º | 0.31% | 0.92% | - |
| XYZ | 56.04 | 71.65 | 71.85 | - |
| YUV | 210.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 210 | 0.31 | 0 | 0.11 | 0.08 | 159.73 | 0.65 | 0.78 |
| Hex | A1 | EB | D2 | 1F | 0 | B | 8 | A0 | 41 | 4E |
| Octal | 241 | 353 | 322 | 37 | 0 | 13 | 10 | 240 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11010010 | 11111 | 0 | 1011 | 1000 | 10100000 | 1000001 | 1001110 |
Color Harmonies of #A1EBD2
Complementary color
Monochromatic Colors of #A1EBD2
Black with #A1EBD2
Text Example
Text Example
White with #A1EBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBD2; }
p { color: rgb(161,235,210); }
H1.HeaderClassName
{
color: #A1EBD2;
}
.AnyTagClassName
{
color: #A1EBD2;
}
</style>
background-color css
<style>
a { background-color: #A1EBD2; }
a { background-color: rgb(161,235,210); }
div.DivClassName
{
background-color: #A1EBD2;
}
.BgClassName
{
background-color: #A1EBD2;
}
</style>
border-color css
<style>
span { border-color: #A1EBD2; }
span { border-color: rgb(161,235,210); }
td.TdClassName
{
border-color: #A1EBD2;
}
.TagClassName
{
border-color: #A1EBD2;
}
</style>