Shades of Magic Mint #ABF0D5
Tints of Magic Mint #ABF0D5
RGB
CMYK
RGB Variations
Color information
#ABF0D5 (or 0xABF0D5) is known color: Magic Mint. HEX triplet: AB, F0 and D5. RGB value is (171,240,213). Sum of RGB (Red+Green+Blue) = 171+240+213=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0D5 is #540F2A. Grayscale: #D8D8D8. Windows color (decimal): -5508907 or 14020779. OLE color: 14020779.
HSL color Cylindrical-coordinate representation of color #ABF0D5: hue angle of 156.52º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0D5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 213 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.06 |
| HSL | 156.52º | 0.7% | 0.81% | - |
| HSV(B) | 156.52º | 0.29% | 0.94% | - |
| XYZ | 59.96 | 75.78 | 74.42 | - |
| YUV | 216.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 213 | 0.29 | 0 | 0.11 | 0.06 | 156.52 | 0.7 | 0.81 |
| Hex | AB | F0 | D5 | 1D | 0 | B | 6 | 9D | 46 | 51 |
| Octal | 253 | 360 | 325 | 35 | 0 | 13 | 6 | 235 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11010101 | 11101 | 0 | 1011 | 110 | 10011101 | 1000110 | 1010001 |
Color Harmonies of #ABF0D5
Complementary color
Monochromatic Colors of #ABF0D5
Black with #ABF0D5
Text Example
Text Example
White with #ABF0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0D5; }
p { color: rgb(171,240,213); }
H1.HeaderClassName
{
color: #ABF0D5;
}
.AnyTagClassName
{
color: #ABF0D5;
}
</style>
background-color css
<style>
a { background-color: #ABF0D5; }
a { background-color: rgb(171,240,213); }
div.DivClassName
{
background-color: #ABF0D5;
}
.BgClassName
{
background-color: #ABF0D5;
}
</style>
border-color css
<style>
span { border-color: #ABF0D5; }
span { border-color: rgb(171,240,213); }
td.TdClassName
{
border-color: #ABF0D5;
}
.TagClassName
{
border-color: #ABF0D5;
}
</style>