Shades of Magic Mint #ABEFD0
Tints of Magic Mint #ABEFD0
RGB
CMYK
RGB Variations
Color information
#ABEFD0 (or 0xABEFD0) is known color: Magic Mint. HEX triplet: AB, EF and D0. RGB value is (171,239,208). Sum of RGB (Red+Green+Blue) = 171+239+208=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFD0 is #54102F. Grayscale: #D7D7D7. Windows color (decimal): -5509168 or 13692843. OLE color: 13692843.
HSL color Cylindrical-coordinate representation of color #ABEFD0: hue angle of 152.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFD0 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 208 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.06 |
| HSL | 152.65º | 0.68% | 0.8% | - |
| HSV(B) | 152.65º | 0.28% | 0.94% | - |
| XYZ | 59.05 | 74.95 | 71.03 | - |
| YUV | 215.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 208 | 0.28 | 0 | 0.13 | 0.06 | 152.65 | 0.68 | 0.8 |
| Hex | AB | EF | D0 | 1C | 0 | D | 6 | 99 | 44 | 50 |
| Octal | 253 | 357 | 320 | 34 | 0 | 15 | 6 | 231 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11010000 | 11100 | 0 | 1101 | 110 | 10011001 | 1000100 | 1010000 |
Color Harmonies of #ABEFD0
Complementary color
Monochromatic Colors of #ABEFD0
Black with #ABEFD0
Text Example
Text Example
White with #ABEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFD0; }
p { color: rgb(171,239,208); }
H1.HeaderClassName
{
color: #ABEFD0;
}
.AnyTagClassName
{
color: #ABEFD0;
}
</style>
background-color css
<style>
a { background-color: #ABEFD0; }
a { background-color: rgb(171,239,208); }
div.DivClassName
{
background-color: #ABEFD0;
}
.BgClassName
{
background-color: #ABEFD0;
}
</style>
border-color css
<style>
span { border-color: #ABEFD0; }
span { border-color: rgb(171,239,208); }
td.TdClassName
{
border-color: #ABEFD0;
}
.TagClassName
{
border-color: #ABEFD0;
}
</style>