Shades of Magic Mint #ABF5D1
Tints of Magic Mint #ABF5D1
RGB
CMYK
RGB Variations
Color information
#ABF5D1 (or 0xABF5D1) is known color: Magic Mint. HEX triplet: AB, F5 and D1. RGB value is (171,245,209). Sum of RGB (Red+Green+Blue) = 171+245+209=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5D1 is #540A2E. Grayscale: #DADADA. Windows color (decimal): -5507631 or 13759915. OLE color: 13759915.
HSL color Cylindrical-coordinate representation of color #ABF5D1: hue angle of 150.81º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5D1 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 209 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.04 |
| HSL | 150.81º | 0.79% | 0.82% | - |
| HSV(B) | 150.81º | 0.3% | 0.96% | - |
| XYZ | 60.96 | 78.57 | 72.27 | - |
| YUV | 218.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 209 | 0.30 | 0 | 0.15 | 0.04 | 150.81 | 0.79 | 0.82 |
| Hex | AB | F5 | D1 | 1E | 0 | F | 4 | 97 | 4F | 52 |
| Octal | 253 | 365 | 321 | 36 | 0 | 17 | 4 | 227 | 117 | 122 |
| Binary | 10101011 | 11110101 | 11010001 | 11110 | 0 | 1111 | 100 | 10010111 | 1001111 | 1010010 |
Color Harmonies of #ABF5D1
Complementary color
Monochromatic Colors of #ABF5D1
Black with #ABF5D1
Text Example
Text Example
White with #ABF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF5D1; }
p { color: rgb(171,245,209); }
H1.HeaderClassName
{
color: #ABF5D1;
}
.AnyTagClassName
{
color: #ABF5D1;
}
</style>
background-color css
<style>
a { background-color: #ABF5D1; }
a { background-color: rgb(171,245,209); }
div.DivClassName
{
background-color: #ABF5D1;
}
.BgClassName
{
background-color: #ABF5D1;
}
</style>
border-color css
<style>
span { border-color: #ABF5D1; }
span { border-color: rgb(171,245,209); }
td.TdClassName
{
border-color: #ABF5D1;
}
.TagClassName
{
border-color: #ABF5D1;
}
</style>