Shades of Magic Mint #A1DDC5
Tints of Magic Mint #A1DDC5
RGB
CMYK
RGB Variations
Color information
#A1DDC5 (or 0xA1DDC5) is known color: Magic Mint. HEX triplet: A1, DD and C5. RGB value is (161,221,197). Sum of RGB (Red+Green+Blue) = 161+221+197=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDC5 is #5E223A. Grayscale: #C8C8C8. Windows color (decimal): -6169147 or 12967329. OLE color: 12967329.
HSL color Cylindrical-coordinate representation of color #A1DDC5: hue angle of 156º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDC5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 197 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.13 |
| HSL | 156º | 0.47% | 0.75% | - |
| HSV(B) | 156º | 0.27% | 0.87% | - |
| XYZ | 50.63 | 63.32 | 62.38 | - |
| YUV | 200.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 197 | 0.27 | 0 | 0.11 | 0.13 | 156 | 0.47 | 0.75 |
| Hex | A1 | DD | C5 | 1B | 0 | B | D | 9C | 2F | 4B |
| Octal | 241 | 335 | 305 | 33 | 0 | 13 | 15 | 234 | 57 | 113 |
| Binary | 10100001 | 11011101 | 11000101 | 11011 | 0 | 1011 | 1101 | 10011100 | 101111 | 1001011 |
Color Harmonies of #A1DDC5
Complementary color
Monochromatic Colors of #A1DDC5
Black with #A1DDC5
Text Example
Text Example
White with #A1DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDC5; }
p { color: rgb(161,221,197); }
H1.HeaderClassName
{
color: #A1DDC5;
}
.AnyTagClassName
{
color: #A1DDC5;
}
</style>
background-color css
<style>
a { background-color: #A1DDC5; }
a { background-color: rgb(161,221,197); }
div.DivClassName
{
background-color: #A1DDC5;
}
.BgClassName
{
background-color: #A1DDC5;
}
</style>
border-color css
<style>
span { border-color: #A1DDC5; }
span { border-color: rgb(161,221,197); }
td.TdClassName
{
border-color: #A1DDC5;
}
.TagClassName
{
border-color: #A1DDC5;
}
</style>