Shades of Magic Mint #ABFCD0
Tints of Magic Mint #ABFCD0
RGB
CMYK
RGB Variations
Color information
#ABFCD0 (or 0xABFCD0) is known color: Magic Mint. HEX triplet: AB, FC and D0. RGB value is (171,252,208). Sum of RGB (Red+Green+Blue) = 171+252+208=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCD0 is #54032F. Grayscale: #DEDEDE. Windows color (decimal): -5505840 or 13696171. OLE color: 13696171.
HSL color Cylindrical-coordinate representation of color #ABFCD0: hue angle of 147.41º 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 #ABFCD0 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 208 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.01 |
| HSL | 147.41º | 0.93% | 0.83% | - |
| HSV(B) | 147.41º | 0.32% | 0.99% | - |
| XYZ | 62.99 | 82.83 | 72.34 | - |
| YUV | 222.77 | 119.66 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 208 | 0.32 | 0 | 0.17 | 0.01 | 147.41 | 0.93 | 0.83 |
| Hex | AB | FC | D0 | 20 | 0 | 11 | 1 | 93 | 5D | 53 |
| Octal | 253 | 374 | 320 | 40 | 0 | 21 | 1 | 223 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11010000 | 100000 | 0 | 10001 | 1 | 10010011 | 1011101 | 1010011 |
Color Harmonies of #ABFCD0
Complementary color
Monochromatic Colors of #ABFCD0
Black with #ABFCD0
Text Example
Text Example
White with #ABFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCD0; }
p { color: rgb(171,252,208); }
H1.HeaderClassName
{
color: #ABFCD0;
}
.AnyTagClassName
{
color: #ABFCD0;
}
</style>
background-color css
<style>
a { background-color: #ABFCD0; }
a { background-color: rgb(171,252,208); }
div.DivClassName
{
background-color: #ABFCD0;
}
.BgClassName
{
background-color: #ABFCD0;
}
</style>
border-color css
<style>
span { border-color: #ABFCD0; }
span { border-color: rgb(171,252,208); }
td.TdClassName
{
border-color: #ABFCD0;
}
.TagClassName
{
border-color: #ABFCD0;
}
</style>