Shades of Magic Mint #ABDDC6
Tints of Magic Mint #ABDDC6
RGB
CMYK
RGB Variations
Color information
#ABDDC6 (or 0xABDDC6) is known color: Magic Mint. HEX triplet: AB, DD and C6. RGB value is (171,221,198). Sum of RGB (Red+Green+Blue) = 171+221+198=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC6 is #542239. Grayscale: #CBCBCB. Windows color (decimal): -5513786 or 13032875. OLE color: 13032875.
HSL color Cylindrical-coordinate representation of color #ABDDC6: hue angle of 152.4º 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 #ABDDC6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 198 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.13 |
| HSL | 152.4º | 0.42% | 0.77% | - |
| HSV(B) | 152.4º | 0.23% | 0.87% | - |
| XYZ | 52.84 | 64.45 | 63.08 | - |
| YUV | 203.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 198 | 0.23 | 0 | 0.10 | 0.13 | 152.4 | 0.42 | 0.77 |
| Hex | AB | DD | C6 | 17 | 0 | A | D | 98 | 2A | 4D |
| Octal | 253 | 335 | 306 | 27 | 0 | 12 | 15 | 230 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11000110 | 10111 | 0 | 1010 | 1101 | 10011000 | 101010 | 1001101 |
Color Harmonies of #ABDDC6
Complementary color
Monochromatic Colors of #ABDDC6
Black with #ABDDC6
Text Example
Text Example
White with #ABDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDC6; }
p { color: rgb(171,221,198); }
H1.HeaderClassName
{
color: #ABDDC6;
}
.AnyTagClassName
{
color: #ABDDC6;
}
</style>
background-color css
<style>
a { background-color: #ABDDC6; }
a { background-color: rgb(171,221,198); }
div.DivClassName
{
background-color: #ABDDC6;
}
.BgClassName
{
background-color: #ABDDC6;
}
</style>
border-color css
<style>
span { border-color: #ABDDC6; }
span { border-color: rgb(171,221,198); }
td.TdClassName
{
border-color: #ABDDC6;
}
.TagClassName
{
border-color: #ABDDC6;
}
</style>