Shades of Magic Mint #ABF0CF
Tints of Magic Mint #ABF0CF
RGB
CMYK
RGB Variations
Color information
#ABF0CF (or 0xABF0CF) is known color: Magic Mint. HEX triplet: AB, F0 and CF. RGB value is (171,240,207). Sum of RGB (Red+Green+Blue) = 171+240+207=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0CF is #540F30. Grayscale: #D7D7D7. Windows color (decimal): -5508913 or 13627563. OLE color: 13627563.
HSL color Cylindrical-coordinate representation of color #ABF0CF: hue angle of 151.3º 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 #ABF0CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.06 |
| HSL | 151.3º | 0.7% | 0.81% | - |
| HSV(B) | 151.3º | 0.29% | 0.94% | - |
| XYZ | 59.22 | 75.48 | 70.48 | - |
| YUV | 215.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 207 | 0.29 | 0 | 0.14 | 0.06 | 151.3 | 0.7 | 0.81 |
| Hex | AB | F0 | CF | 1D | 0 | E | 6 | 97 | 46 | 51 |
| Octal | 253 | 360 | 317 | 35 | 0 | 16 | 6 | 227 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11001111 | 11101 | 0 | 1110 | 110 | 10010111 | 1000110 | 1010001 |
Color Harmonies of #ABF0CF
Complementary color
Monochromatic Colors of #ABF0CF
Black with #ABF0CF
Text Example
Text Example
White with #ABF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0CF; }
p { color: rgb(171,240,207); }
H1.HeaderClassName
{
color: #ABF0CF;
}
.AnyTagClassName
{
color: #ABF0CF;
}
</style>
background-color css
<style>
a { background-color: #ABF0CF; }
a { background-color: rgb(171,240,207); }
div.DivClassName
{
background-color: #ABF0CF;
}
.BgClassName
{
background-color: #ABF0CF;
}
</style>
border-color css
<style>
span { border-color: #ABF0CF; }
span { border-color: rgb(171,240,207); }
td.TdClassName
{
border-color: #ABF0CF;
}
.TagClassName
{
border-color: #ABF0CF;
}
</style>