Shades of Magic Mint #ABFBDB
Tints of Magic Mint #ABFBDB
RGB
CMYK
RGB Variations
Color information
#ABFBDB (or 0xABFBDB) is known color: Magic Mint. HEX triplet: AB, FB and DB. RGB value is (171,251,219). Sum of RGB (Red+Green+Blue) = 171+251+219=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBDB is #540424. Grayscale: #DFDFDF. Windows color (decimal): -5506085 or 14416811. OLE color: 14416811.
HSL color Cylindrical-coordinate representation of color #ABFBDB: hue angle of 156º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBDB is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 219 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.02 |
| HSL | 156º | 0.91% | 0.83% | - |
| HSV(B) | 156º | 0.32% | 0.98% | - |
| XYZ | 64.08 | 82.77 | 79.62 | - |
| YUV | 223.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 219 | 0.32 | 0 | 0.13 | 0.02 | 156 | 0.91 | 0.83 |
| Hex | AB | FB | DB | 20 | 0 | D | 2 | 9C | 5B | 53 |
| Octal | 253 | 373 | 333 | 40 | 0 | 15 | 2 | 234 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11011011 | 100000 | 0 | 1101 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #ABFBDB
Complementary color
Monochromatic Colors of #ABFBDB
Black with #ABFBDB
Text Example
Text Example
White with #ABFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBDB; }
p { color: rgb(171,251,219); }
H1.HeaderClassName
{
color: #ABFBDB;
}
.AnyTagClassName
{
color: #ABFBDB;
}
</style>
background-color css
<style>
a { background-color: #ABFBDB; }
a { background-color: rgb(171,251,219); }
div.DivClassName
{
background-color: #ABFBDB;
}
.BgClassName
{
background-color: #ABFBDB;
}
</style>
border-color css
<style>
span { border-color: #ABFBDB; }
span { border-color: rgb(171,251,219); }
td.TdClassName
{
border-color: #ABFBDB;
}
.TagClassName
{
border-color: #ABFBDB;
}
</style>