Shades of Magic Mint #ABDDC2
Tints of Magic Mint #ABDDC2
RGB
CMYK
RGB Variations
Color information
#ABDDC2 (or 0xABDDC2) is known color: Magic Mint. HEX triplet: AB, DD and C2. RGB value is (171,221,194). Sum of RGB (Red+Green+Blue) = 171+221+194=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC2 is #54223D. Grayscale: #CBCBCB. Windows color (decimal): -5513790 or 12770731. OLE color: 12770731.
HSL color Cylindrical-coordinate representation of color #ABDDC2: hue angle of 147.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDC2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 194 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.13 |
| HSL | 147.6º | 0.42% | 0.77% | - |
| HSV(B) | 147.6º | 0.23% | 0.87% | - |
| XYZ | 52.39 | 64.27 | 60.68 | - |
| YUV | 202.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 194 | 0.23 | 0 | 0.12 | 0.13 | 147.6 | 0.42 | 0.77 |
| Hex | AB | DD | C2 | 17 | 0 | C | D | 94 | 2A | 4D |
| Octal | 253 | 335 | 302 | 27 | 0 | 14 | 15 | 224 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11000010 | 10111 | 0 | 1100 | 1101 | 10010100 | 101010 | 1001101 |
Color Harmonies of #ABDDC2
Complementary color
Monochromatic Colors of #ABDDC2
Black with #ABDDC2
Text Example
Text Example
White with #ABDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDC2; }
p { color: rgb(171,221,194); }
H1.HeaderClassName
{
color: #ABDDC2;
}
.AnyTagClassName
{
color: #ABDDC2;
}
</style>
background-color css
<style>
a { background-color: #ABDDC2; }
a { background-color: rgb(171,221,194); }
div.DivClassName
{
background-color: #ABDDC2;
}
.BgClassName
{
background-color: #ABDDC2;
}
</style>
border-color css
<style>
span { border-color: #ABDDC2; }
span { border-color: rgb(171,221,194); }
td.TdClassName
{
border-color: #ABDDC2;
}
.TagClassName
{
border-color: #ABDDC2;
}
</style>