Shades of Magic Mint #ABF0CE
Tints of Magic Mint #ABF0CE
RGB
CMYK
RGB Variations
Color information
#ABF0CE (or 0xABF0CE) is known color: Magic Mint. HEX triplet: AB, F0 and CE. RGB value is (171,240,206). Sum of RGB (Red+Green+Blue) = 171+240+206=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0CE is #540F31. Grayscale: #D7D7D7. Windows color (decimal): -5508914 or 13562027. OLE color: 13562027.
HSL color Cylindrical-coordinate representation of color #ABF0CE: hue angle of 150.43º 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 #ABF0CE is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 206 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.06 |
| HSL | 150.43º | 0.7% | 0.81% | - |
| HSV(B) | 150.43º | 0.29% | 0.94% | - |
| XYZ | 59.1 | 75.43 | 69.84 | - |
| YUV | 215.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 206 | 0.29 | 0 | 0.14 | 0.06 | 150.43 | 0.7 | 0.81 |
| Hex | AB | F0 | CE | 1D | 0 | E | 6 | 96 | 46 | 51 |
| Octal | 253 | 360 | 316 | 35 | 0 | 16 | 6 | 226 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11001110 | 11101 | 0 | 1110 | 110 | 10010110 | 1000110 | 1010001 |
Color Harmonies of #ABF0CE
Complementary color
Monochromatic Colors of #ABF0CE
Black with #ABF0CE
Text Example
Text Example
White with #ABF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0CE; }
p { color: rgb(171,240,206); }
H1.HeaderClassName
{
color: #ABF0CE;
}
.AnyTagClassName
{
color: #ABF0CE;
}
</style>
background-color css
<style>
a { background-color: #ABF0CE; }
a { background-color: rgb(171,240,206); }
div.DivClassName
{
background-color: #ABF0CE;
}
.BgClassName
{
background-color: #ABF0CE;
}
</style>
border-color css
<style>
span { border-color: #ABF0CE; }
span { border-color: rgb(171,240,206); }
td.TdClassName
{
border-color: #ABF0CE;
}
.TagClassName
{
border-color: #ABF0CE;
}
</style>