Shades of Magic Mint #ABF1CF
Tints of Magic Mint #ABF1CF
RGB
CMYK
RGB Variations
Color information
#ABF1CF (or 0xABF1CF) is known color: Magic Mint. HEX triplet: AB, F1 and CF. RGB value is (171,241,207). Sum of RGB (Red+Green+Blue) = 171+241+207=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1CF is #540E30. Grayscale: #D8D8D8. Windows color (decimal): -5508657 or 13627819. OLE color: 13627819.
HSL color Cylindrical-coordinate representation of color #ABF1CF: hue angle of 150.86º degrees, saturation: 0.71, 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 #ABF1CF is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 207 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.05 |
| HSL | 150.86º | 0.71% | 0.81% | - |
| HSV(B) | 150.86º | 0.29% | 0.95% | - |
| XYZ | 59.51 | 76.07 | 70.58 | - |
| YUV | 216.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 207 | 0.29 | 0 | 0.14 | 0.05 | 150.86 | 0.71 | 0.81 |
| Hex | AB | F1 | CF | 1D | 0 | E | 5 | 97 | 47 | 51 |
| Octal | 253 | 361 | 317 | 35 | 0 | 16 | 5 | 227 | 107 | 121 |
| Binary | 10101011 | 11110001 | 11001111 | 11101 | 0 | 1110 | 101 | 10010111 | 1000111 | 1010001 |
Color Harmonies of #ABF1CF
Complementary color
Monochromatic Colors of #ABF1CF
Black with #ABF1CF
Text Example
Text Example
White with #ABF1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1CF; }
p { color: rgb(171,241,207); }
H1.HeaderClassName
{
color: #ABF1CF;
}
.AnyTagClassName
{
color: #ABF1CF;
}
</style>
background-color css
<style>
a { background-color: #ABF1CF; }
a { background-color: rgb(171,241,207); }
div.DivClassName
{
background-color: #ABF1CF;
}
.BgClassName
{
background-color: #ABF1CF;
}
</style>
border-color css
<style>
span { border-color: #ABF1CF; }
span { border-color: rgb(171,241,207); }
td.TdClassName
{
border-color: #ABF1CF;
}
.TagClassName
{
border-color: #ABF1CF;
}
</style>