Shades of Magic Mint #ABF2D0
Tints of Magic Mint #ABF2D0
RGB
CMYK
RGB Variations
Color information
#ABF2D0 (or 0xABF2D0) is known color: Magic Mint. HEX triplet: AB, F2 and D0. RGB value is (171,242,208). Sum of RGB (Red+Green+Blue) = 171+242+208=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2D0 is #540D2F. Grayscale: #D8D8D8. Windows color (decimal): -5508400 or 13693611. OLE color: 13693611.
HSL color Cylindrical-coordinate representation of color #ABF2D0: hue angle of 151.27º 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 #ABF2D0 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 208 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 151.27º | 0.73% | 0.81% | - |
| HSV(B) | 151.27º | 0.29% | 0.95% | - |
| XYZ | 59.93 | 76.72 | 71.32 | - |
| YUV | 216.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 208 | 0.29 | 0 | 0.14 | 0.05 | 151.27 | 0.73 | 0.81 |
| Hex | AB | F2 | D0 | 1D | 0 | E | 5 | 97 | 49 | 51 |
| Octal | 253 | 362 | 320 | 35 | 0 | 16 | 5 | 227 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11010000 | 11101 | 0 | 1110 | 101 | 10010111 | 1001001 | 1010001 |
Color Harmonies of #ABF2D0
Complementary color
Monochromatic Colors of #ABF2D0
Black with #ABF2D0
Text Example
Text Example
White with #ABF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2D0; }
p { color: rgb(171,242,208); }
H1.HeaderClassName
{
color: #ABF2D0;
}
.AnyTagClassName
{
color: #ABF2D0;
}
</style>
background-color css
<style>
a { background-color: #ABF2D0; }
a { background-color: rgb(171,242,208); }
div.DivClassName
{
background-color: #ABF2D0;
}
.BgClassName
{
background-color: #ABF2D0;
}
</style>
border-color css
<style>
span { border-color: #ABF2D0; }
span { border-color: rgb(171,242,208); }
td.TdClassName
{
border-color: #ABF2D0;
}
.TagClassName
{
border-color: #ABF2D0;
}
</style>