Shades of Magic Mint #ABF0D3
Tints of Magic Mint #ABF0D3
RGB
CMYK
RGB Variations
Color information
#ABF0D3 (or 0xABF0D3) is known color: Magic Mint. HEX triplet: AB, F0 and D3. RGB value is (171,240,211). Sum of RGB (Red+Green+Blue) = 171+240+211=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0D3 is #540F2C. Grayscale: #D8D8D8. Windows color (decimal): -5508909 or 13889707. OLE color: 13889707.
HSL color Cylindrical-coordinate representation of color #ABF0D3: hue angle of 154.78º 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 #ABF0D3 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 211 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.06 |
| HSL | 154.78º | 0.7% | 0.81% | - |
| HSV(B) | 154.78º | 0.29% | 0.94% | - |
| XYZ | 59.71 | 75.68 | 73.09 | - |
| YUV | 216.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 211 | 0.29 | 0 | 0.12 | 0.06 | 154.78 | 0.7 | 0.81 |
| Hex | AB | F0 | D3 | 1D | 0 | C | 6 | 9B | 46 | 51 |
| Octal | 253 | 360 | 323 | 35 | 0 | 14 | 6 | 233 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11010011 | 11101 | 0 | 1100 | 110 | 10011011 | 1000110 | 1010001 |
Color Harmonies of #ABF0D3
Complementary color
Monochromatic Colors of #ABF0D3
Black with #ABF0D3
Text Example
Text Example
White with #ABF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0D3; }
p { color: rgb(171,240,211); }
H1.HeaderClassName
{
color: #ABF0D3;
}
.AnyTagClassName
{
color: #ABF0D3;
}
</style>
background-color css
<style>
a { background-color: #ABF0D3; }
a { background-color: rgb(171,240,211); }
div.DivClassName
{
background-color: #ABF0D3;
}
.BgClassName
{
background-color: #ABF0D3;
}
</style>
border-color css
<style>
span { border-color: #ABF0D3; }
span { border-color: rgb(171,240,211); }
td.TdClassName
{
border-color: #ABF0D3;
}
.TagClassName
{
border-color: #ABF0D3;
}
</style>