Shades of Magic Mint #ABF0D2
Tints of Magic Mint #ABF0D2
RGB
CMYK
RGB Variations
Color information
#ABF0D2 (or 0xABF0D2) is known color: Magic Mint. HEX triplet: AB, F0 and D2. RGB value is (171,240,210). Sum of RGB (Red+Green+Blue) = 171+240+210=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0D2 is #540F2D. Grayscale: #D7D7D7. Windows color (decimal): -5508910 or 13824171. OLE color: 13824171.
HSL color Cylindrical-coordinate representation of color #ABF0D2: hue angle of 153.91º 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 #ABF0D2 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 210 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.06 |
| HSL | 153.91º | 0.7% | 0.81% | - |
| HSV(B) | 153.91º | 0.29% | 0.94% | - |
| XYZ | 59.59 | 75.63 | 72.43 | - |
| YUV | 215.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 210 | 0.29 | 0 | 0.12 | 0.06 | 153.91 | 0.7 | 0.81 |
| Hex | AB | F0 | D2 | 1D | 0 | C | 6 | 9A | 46 | 51 |
| Octal | 253 | 360 | 322 | 35 | 0 | 14 | 6 | 232 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11010010 | 11101 | 0 | 1100 | 110 | 10011010 | 1000110 | 1010001 |
Color Harmonies of #ABF0D2
Complementary color
Monochromatic Colors of #ABF0D2
Black with #ABF0D2
Text Example
Text Example
White with #ABF0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0D2; }
p { color: rgb(171,240,210); }
H1.HeaderClassName
{
color: #ABF0D2;
}
.AnyTagClassName
{
color: #ABF0D2;
}
</style>
background-color css
<style>
a { background-color: #ABF0D2; }
a { background-color: rgb(171,240,210); }
div.DivClassName
{
background-color: #ABF0D2;
}
.BgClassName
{
background-color: #ABF0D2;
}
</style>
border-color css
<style>
span { border-color: #ABF0D2; }
span { border-color: rgb(171,240,210); }
td.TdClassName
{
border-color: #ABF0D2;
}
.TagClassName
{
border-color: #ABF0D2;
}
</style>