Shades of Magic Mint #ABDEC5
Tints of Magic Mint #ABDEC5
RGB
CMYK
RGB Variations
Color information
#ABDEC5 (or 0xABDEC5) is known color: Magic Mint. HEX triplet: AB, DE and C5. RGB value is (171,222,197). Sum of RGB (Red+Green+Blue) = 171+222+197=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC5 is #54213A. Grayscale: #CBCBCB. Windows color (decimal): -5513531 or 12967595. OLE color: 12967595.
HSL color Cylindrical-coordinate representation of color #ABDEC5: hue angle of 150.59º degrees, saturation: 0.44, 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 #ABDEC5 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 197 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 150.59º | 0.44% | 0.77% | - |
| HSV(B) | 150.59º | 0.23% | 0.87% | - |
| XYZ | 52.99 | 64.93 | 62.56 | - |
| YUV | 203.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 197 | 0.23 | 0 | 0.11 | 0.13 | 150.59 | 0.44 | 0.77 |
| Hex | AB | DE | C5 | 17 | 0 | B | D | 97 | 2C | 4D |
| Octal | 253 | 336 | 305 | 27 | 0 | 13 | 15 | 227 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11000101 | 10111 | 0 | 1011 | 1101 | 10010111 | 101100 | 1001101 |
Color Harmonies of #ABDEC5
Complementary color
Monochromatic Colors of #ABDEC5
Black with #ABDEC5
Text Example
Text Example
White with #ABDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEC5; }
p { color: rgb(171,222,197); }
H1.HeaderClassName
{
color: #ABDEC5;
}
.AnyTagClassName
{
color: #ABDEC5;
}
</style>
background-color css
<style>
a { background-color: #ABDEC5; }
a { background-color: rgb(171,222,197); }
div.DivClassName
{
background-color: #ABDEC5;
}
.BgClassName
{
background-color: #ABDEC5;
}
</style>
border-color css
<style>
span { border-color: #ABDEC5; }
span { border-color: rgb(171,222,197); }
td.TdClassName
{
border-color: #ABDEC5;
}
.TagClassName
{
border-color: #ABDEC5;
}
</style>