Shades of Magic Mint #ABEFD7
Tints of Magic Mint #ABEFD7
RGB
CMYK
RGB Variations
Color information
#ABEFD7 (or 0xABEFD7) is known color: Magic Mint. HEX triplet: AB, EF and D7. RGB value is (171,239,215). Sum of RGB (Red+Green+Blue) = 171+239+215=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFD7 is #541028. Grayscale: #D7D7D7. Windows color (decimal): -5509161 or 14151595. OLE color: 14151595.
HSL color Cylindrical-coordinate representation of color #ABEFD7: hue angle of 158.82º 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 #ABEFD7 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 215 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.06 |
| HSL | 158.82º | 0.68% | 0.8% | - |
| HSV(B) | 158.82º | 0.28% | 0.94% | - |
| XYZ | 59.93 | 75.3 | 75.67 | - |
| YUV | 215.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 215 | 0.28 | 0 | 0.10 | 0.06 | 158.82 | 0.68 | 0.8 |
| Hex | AB | EF | D7 | 1C | 0 | A | 6 | 9F | 44 | 50 |
| Octal | 253 | 357 | 327 | 34 | 0 | 12 | 6 | 237 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11010111 | 11100 | 0 | 1010 | 110 | 10011111 | 1000100 | 1010000 |
Color Harmonies of #ABEFD7
Complementary color
Monochromatic Colors of #ABEFD7
Black with #ABEFD7
Text Example
Text Example
White with #ABEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFD7; }
p { color: rgb(171,239,215); }
H1.HeaderClassName
{
color: #ABEFD7;
}
.AnyTagClassName
{
color: #ABEFD7;
}
</style>
background-color css
<style>
a { background-color: #ABEFD7; }
a { background-color: rgb(171,239,215); }
div.DivClassName
{
background-color: #ABEFD7;
}
.BgClassName
{
background-color: #ABEFD7;
}
</style>
border-color css
<style>
span { border-color: #ABEFD7; }
span { border-color: rgb(171,239,215); }
td.TdClassName
{
border-color: #ABEFD7;
}
.TagClassName
{
border-color: #ABEFD7;
}
</style>