Shades of Magic Mint #ABDDC5
Tints of Magic Mint #ABDDC5
RGB
CMYK
RGB Variations
Color information
#ABDDC5 (or 0xABDDC5) is known color: Magic Mint. HEX triplet: AB, DD and C5. RGB value is (171,221,197). Sum of RGB (Red+Green+Blue) = 171+221+197=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDC5 is #54223A. Grayscale: #CBCBCB. Windows color (decimal): -5513787 or 12967339. OLE color: 12967339.
HSL color Cylindrical-coordinate representation of color #ABDDC5: hue angle of 151.2º 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 #ABDDC5 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 197 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 151.2º | 0.42% | 0.77% | - |
| HSV(B) | 151.2º | 0.23% | 0.87% | - |
| XYZ | 52.73 | 64.4 | 62.48 | - |
| YUV | 203.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 197 | 0.23 | 0 | 0.11 | 0.13 | 151.2 | 0.42 | 0.77 |
| Hex | AB | DD | C5 | 17 | 0 | B | D | 97 | 2A | 4D |
| Octal | 253 | 335 | 305 | 27 | 0 | 13 | 15 | 227 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11000101 | 10111 | 0 | 1011 | 1101 | 10010111 | 101010 | 1001101 |
Color Harmonies of #ABDDC5
Complementary color
Monochromatic Colors of #ABDDC5
Black with #ABDDC5
Text Example
Text Example
White with #ABDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDC5; }
p { color: rgb(171,221,197); }
H1.HeaderClassName
{
color: #ABDDC5;
}
.AnyTagClassName
{
color: #ABDDC5;
}
</style>
background-color css
<style>
a { background-color: #ABDDC5; }
a { background-color: rgb(171,221,197); }
div.DivClassName
{
background-color: #ABDDC5;
}
.BgClassName
{
background-color: #ABDDC5;
}
</style>
border-color css
<style>
span { border-color: #ABDDC5; }
span { border-color: rgb(171,221,197); }
td.TdClassName
{
border-color: #ABDDC5;
}
.TagClassName
{
border-color: #ABDDC5;
}
</style>