Shades of Magic Mint #ABEBD4
Tints of Magic Mint #ABEBD4
RGB
CMYK
RGB Variations
Color information
#ABEBD4 (or 0xABEBD4) is known color: Magic Mint. HEX triplet: AB, EB and D4. RGB value is (171,235,212). Sum of RGB (Red+Green+Blue) = 171+235+212=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBD4 is #54142B. Grayscale: #D5D5D5. Windows color (decimal): -5510188 or 13953963. OLE color: 13953963.
HSL color Cylindrical-coordinate representation of color #ABEBD4: hue angle of 158.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBD4 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 212 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.08 |
| HSL | 158.44º | 0.62% | 0.8% | - |
| HSV(B) | 158.44º | 0.27% | 0.92% | - |
| XYZ | 58.39 | 72.83 | 73.27 | - |
| YUV | 213.24 | 127.3 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 212 | 0.27 | 0 | 0.10 | 0.08 | 158.44 | 0.62 | 0.8 |
| Hex | AB | EB | D4 | 1B | 0 | A | 8 | 9E | 3E | 50 |
| Octal | 253 | 353 | 324 | 33 | 0 | 12 | 10 | 236 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11010100 | 11011 | 0 | 1010 | 1000 | 10011110 | 111110 | 1010000 |
Color Harmonies of #ABEBD4
Complementary color
Monochromatic Colors of #ABEBD4
Black with #ABEBD4
Text Example
Text Example
White with #ABEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBD4; }
p { color: rgb(171,235,212); }
H1.HeaderClassName
{
color: #ABEBD4;
}
.AnyTagClassName
{
color: #ABEBD4;
}
</style>
background-color css
<style>
a { background-color: #ABEBD4; }
a { background-color: rgb(171,235,212); }
div.DivClassName
{
background-color: #ABEBD4;
}
.BgClassName
{
background-color: #ABEBD4;
}
</style>
border-color css
<style>
span { border-color: #ABEBD4; }
span { border-color: rgb(171,235,212); }
td.TdClassName
{
border-color: #ABEBD4;
}
.TagClassName
{
border-color: #ABEBD4;
}
</style>