Shades of Magic Mint #ABF2D5
Tints of Magic Mint #ABF2D5
RGB
CMYK
RGB Variations
Color information
#ABF2D5 (or 0xABF2D5) is known color: Magic Mint. HEX triplet: AB, F2 and D5. RGB value is (171,242,213). Sum of RGB (Red+Green+Blue) = 171+242+213=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2D5 is #540D2A. Grayscale: #D9D9D9. Windows color (decimal): -5508395 or 14021291. OLE color: 14021291.
HSL color Cylindrical-coordinate representation of color #ABF2D5: hue angle of 155.49º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2D5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 213 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.05 |
| HSL | 155.49º | 0.73% | 0.81% | - |
| HSV(B) | 155.49º | 0.29% | 0.95% | - |
| XYZ | 60.56 | 76.97 | 74.62 | - |
| YUV | 217.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 213 | 0.29 | 0 | 0.12 | 0.05 | 155.49 | 0.73 | 0.81 |
| Hex | AB | F2 | D5 | 1D | 0 | C | 5 | 9B | 49 | 51 |
| Octal | 253 | 362 | 325 | 35 | 0 | 14 | 5 | 233 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11010101 | 11101 | 0 | 1100 | 101 | 10011011 | 1001001 | 1010001 |
Color Harmonies of #ABF2D5
Complementary color
Monochromatic Colors of #ABF2D5
Black with #ABF2D5
Text Example
Text Example
White with #ABF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2D5; }
p { color: rgb(171,242,213); }
H1.HeaderClassName
{
color: #ABF2D5;
}
.AnyTagClassName
{
color: #ABF2D5;
}
</style>
background-color css
<style>
a { background-color: #ABF2D5; }
a { background-color: rgb(171,242,213); }
div.DivClassName
{
background-color: #ABF2D5;
}
.BgClassName
{
background-color: #ABF2D5;
}
</style>
border-color css
<style>
span { border-color: #ABF2D5; }
span { border-color: rgb(171,242,213); }
td.TdClassName
{
border-color: #ABF2D5;
}
.TagClassName
{
border-color: #ABF2D5;
}
</style>