Shades of Magic Mint #ABFCDB
Tints of Magic Mint #ABFCDB
RGB
CMYK
RGB Variations
Color information
#ABFCDB (or 0xABFCDB) is known color: Magic Mint. HEX triplet: AB, FC and DB. RGB value is (171,252,219). Sum of RGB (Red+Green+Blue) = 171+252+219=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCDB is #540324. Grayscale: #E0E0E0. Windows color (decimal): -5505829 or 14417067. OLE color: 14417067.
HSL color Cylindrical-coordinate representation of color #ABFCDB: hue angle of 155.56º 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 #ABFCDB is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 219 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.01 |
| HSL | 155.56º | 0.93% | 0.83% | - |
| HSV(B) | 155.56º | 0.32% | 0.99% | - |
| XYZ | 64.39 | 83.39 | 79.72 | - |
| YUV | 224.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 219 | 0.32 | 0 | 0.13 | 0.01 | 155.56 | 0.93 | 0.83 |
| Hex | AB | FC | DB | 20 | 0 | D | 1 | 9C | 5D | 53 |
| Octal | 253 | 374 | 333 | 40 | 0 | 15 | 1 | 234 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11011011 | 100000 | 0 | 1101 | 1 | 10011100 | 1011101 | 1010011 |
Color Harmonies of #ABFCDB
Complementary color
Monochromatic Colors of #ABFCDB
Black with #ABFCDB
Text Example
Text Example
White with #ABFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCDB; }
p { color: rgb(171,252,219); }
H1.HeaderClassName
{
color: #ABFCDB;
}
.AnyTagClassName
{
color: #ABFCDB;
}
</style>
background-color css
<style>
a { background-color: #ABFCDB; }
a { background-color: rgb(171,252,219); }
div.DivClassName
{
background-color: #ABFCDB;
}
.BgClassName
{
background-color: #ABFCDB;
}
</style>
border-color css
<style>
span { border-color: #ABFCDB; }
span { border-color: rgb(171,252,219); }
td.TdClassName
{
border-color: #ABFCDB;
}
.TagClassName
{
border-color: #ABFCDB;
}
</style>