Shades of Magic Mint #ABFCD5
Tints of Magic Mint #ABFCD5
RGB
CMYK
RGB Variations
Color information
#ABFCD5 (or 0xABFCD5) is known color: Magic Mint. HEX triplet: AB, FC and D5. RGB value is (171,252,213). Sum of RGB (Red+Green+Blue) = 171+252+213=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD5 is #54032A. Grayscale: #DFDFDF. Windows color (decimal): -5505835 or 14023851. OLE color: 14023851.
HSL color Cylindrical-coordinate representation of color #ABFCD5: hue angle of 151.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCD5 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 213 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.01 |
| HSL | 151.11º | 0.93% | 0.83% | - |
| HSV(B) | 151.11º | 0.32% | 0.99% | - |
| XYZ | 63.62 | 83.08 | 75.63 | - |
| YUV | 223.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 213 | 0.32 | 0 | 0.15 | 0.01 | 151.11 | 0.93 | 0.83 |
| Hex | AB | FC | D5 | 20 | 0 | F | 1 | 97 | 5D | 53 |
| Octal | 253 | 374 | 325 | 40 | 0 | 17 | 1 | 227 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11010101 | 100000 | 0 | 1111 | 1 | 10010111 | 1011101 | 1010011 |
Color Harmonies of #ABFCD5
Complementary color
Monochromatic Colors of #ABFCD5
Black with #ABFCD5
Text Example
Text Example
White with #ABFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCD5; }
p { color: rgb(171,252,213); }
H1.HeaderClassName
{
color: #ABFCD5;
}
.AnyTagClassName
{
color: #ABFCD5;
}
</style>
background-color css
<style>
a { background-color: #ABFCD5; }
a { background-color: rgb(171,252,213); }
div.DivClassName
{
background-color: #ABFCD5;
}
.BgClassName
{
background-color: #ABFCD5;
}
</style>
border-color css
<style>
span { border-color: #ABFCD5; }
span { border-color: rgb(171,252,213); }
td.TdClassName
{
border-color: #ABFCD5;
}
.TagClassName
{
border-color: #ABFCD5;
}
</style>