Shades of Magic Mint #ABF8DB
Tints of Magic Mint #ABF8DB
RGB
CMYK
RGB Variations
Color information
#ABF8DB (or 0xABF8DB) is known color: Magic Mint. HEX triplet: AB, F8 and DB. RGB value is (171,248,219). Sum of RGB (Red+Green+Blue) = 171+248+219=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8DB is #540724. Grayscale: #DDDDDD. Windows color (decimal): -5506853 or 14416043. OLE color: 14416043.
HSL color Cylindrical-coordinate representation of color #ABF8DB: hue angle of 157.4º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8DB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 248 | 219 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.03 |
| HSL | 157.4º | 0.85% | 0.82% | - |
| HSV(B) | 157.4º | 0.31% | 0.97% | - |
| XYZ | 63.15 | 80.91 | 79.31 | - |
| YUV | 221.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 248 | 219 | 0.31 | 0 | 0.12 | 0.03 | 157.4 | 0.85 | 0.82 |
| Hex | AB | F8 | DB | 1F | 0 | C | 3 | 9D | 55 | 52 |
| Octal | 253 | 370 | 333 | 37 | 0 | 14 | 3 | 235 | 125 | 122 |
| Binary | 10101011 | 11111000 | 11011011 | 11111 | 0 | 1100 | 11 | 10011101 | 1010101 | 1010010 |
Color Harmonies of #ABF8DB
Complementary color
Monochromatic Colors of #ABF8DB
Black with #ABF8DB
Text Example
Text Example
White with #ABF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF8DB; }
p { color: rgb(171,248,219); }
H1.HeaderClassName
{
color: #ABF8DB;
}
.AnyTagClassName
{
color: #ABF8DB;
}
</style>
background-color css
<style>
a { background-color: #ABF8DB; }
a { background-color: rgb(171,248,219); }
div.DivClassName
{
background-color: #ABF8DB;
}
.BgClassName
{
background-color: #ABF8DB;
}
</style>
border-color css
<style>
span { border-color: #ABF8DB; }
span { border-color: rgb(171,248,219); }
td.TdClassName
{
border-color: #ABF8DB;
}
.TagClassName
{
border-color: #ABF8DB;
}
</style>