Shades of Magic Mint #A0DDC5
Tints of Magic Mint #A0DDC5
RGB
CMYK
RGB Variations
Color information
#A0DDC5 (or 0xA0DDC5) is known color: Magic Mint. HEX triplet: A0, DD and C5. RGB value is (160,221,197). Sum of RGB (Red+Green+Blue) = 160+221+197=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDC5 is #5F223A. Grayscale: #C8C8C8. Windows color (decimal): -6234683 or 12967328. OLE color: 12967328.
HSL color Cylindrical-coordinate representation of color #A0DDC5: hue angle of 156.39º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DDC5 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 197 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.13 |
| HSL | 156.39º | 0.47% | 0.75% | - |
| HSV(B) | 156.39º | 0.28% | 0.87% | - |
| XYZ | 50.43 | 63.22 | 62.37 | - |
| YUV | 200.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 197 | 0.28 | 0 | 0.11 | 0.13 | 156.39 | 0.47 | 0.75 |
| Hex | A0 | DD | C5 | 1C | 0 | B | D | 9C | 2F | 4B |
| Octal | 240 | 335 | 305 | 34 | 0 | 13 | 15 | 234 | 57 | 113 |
| Binary | 10100000 | 11011101 | 11000101 | 11100 | 0 | 1011 | 1101 | 10011100 | 101111 | 1001011 |
Color Harmonies of #A0DDC5
Complementary color
Monochromatic Colors of #A0DDC5
Black with #A0DDC5
Text Example
Text Example
White with #A0DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDC5; }
p { color: rgb(160,221,197); }
H1.HeaderClassName
{
color: #A0DDC5;
}
.AnyTagClassName
{
color: #A0DDC5;
}
</style>
background-color css
<style>
a { background-color: #A0DDC5; }
a { background-color: rgb(160,221,197); }
div.DivClassName
{
background-color: #A0DDC5;
}
.BgClassName
{
background-color: #A0DDC5;
}
</style>
border-color css
<style>
span { border-color: #A0DDC5; }
span { border-color: rgb(160,221,197); }
td.TdClassName
{
border-color: #A0DDC5;
}
.TagClassName
{
border-color: #A0DDC5;
}
</style>