Shades of Magic Mint #ABF0C3
Tints of Magic Mint #ABF0C3
RGB
CMYK
RGB Variations
Color information
#ABF0C3 (or 0xABF0C3) is known color: Magic Mint. HEX triplet: AB, F0 and C3. RGB value is (171,240,195). Sum of RGB (Red+Green+Blue) = 171+240+195=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0C3 is #540F3C. Grayscale: #D6D6D6. Windows color (decimal): -5508925 or 12841131. OLE color: 12841131.
HSL color Cylindrical-coordinate representation of color #ABF0C3: hue angle of 140.87º 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 #ABF0C3 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 195 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.06 |
| HSL | 140.87º | 0.7% | 0.81% | - |
| HSV(B) | 140.87º | 0.29% | 0.94% | - |
| XYZ | 57.81 | 74.92 | 63.04 | - |
| YUV | 214.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 195 | 0.29 | 0 | 0.19 | 0.06 | 140.87 | 0.7 | 0.81 |
| Hex | AB | F0 | C3 | 1D | 0 | 13 | 6 | 8D | 46 | 51 |
| Octal | 253 | 360 | 303 | 35 | 0 | 23 | 6 | 215 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11000011 | 11101 | 0 | 10011 | 110 | 10001101 | 1000110 | 1010001 |
Color Harmonies of #ABF0C3
Complementary color
Monochromatic Colors of #ABF0C3
Black with #ABF0C3
Text Example
Text Example
White with #ABF0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0C3; }
p { color: rgb(171,240,195); }
H1.HeaderClassName
{
color: #ABF0C3;
}
.AnyTagClassName
{
color: #ABF0C3;
}
</style>
background-color css
<style>
a { background-color: #ABF0C3; }
a { background-color: rgb(171,240,195); }
div.DivClassName
{
background-color: #ABF0C3;
}
.BgClassName
{
background-color: #ABF0C3;
}
</style>
border-color css
<style>
span { border-color: #ABF0C3; }
span { border-color: rgb(171,240,195); }
td.TdClassName
{
border-color: #ABF0C3;
}
.TagClassName
{
border-color: #ABF0C3;
}
</style>