Shades of Magic Mint #ABF2CA
Tints of Magic Mint #ABF2CA
RGB
CMYK
RGB Variations
Color information
#ABF2CA (or 0xABF2CA) is known color: Magic Mint. HEX triplet: AB, F2 and CA. RGB value is (171,242,202). Sum of RGB (Red+Green+Blue) = 171+242+202=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2CA is #540D35. Grayscale: #D8D8D8. Windows color (decimal): -5508406 or 13300395. OLE color: 13300395.
HSL color Cylindrical-coordinate representation of color #ABF2CA: hue angle of 146.2º degrees, saturation: 0.73, 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 #ABF2CA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 202 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 146.2º | 0.73% | 0.81% | - |
| HSV(B) | 146.2º | 0.29% | 0.95% | - |
| XYZ | 59.21 | 76.43 | 67.51 | - |
| YUV | 216.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 202 | 0.29 | 0 | 0.17 | 0.05 | 146.2 | 0.73 | 0.81 |
| Hex | AB | F2 | CA | 1D | 0 | 11 | 5 | 92 | 49 | 51 |
| Octal | 253 | 362 | 312 | 35 | 0 | 21 | 5 | 222 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11001010 | 11101 | 0 | 10001 | 101 | 10010010 | 1001001 | 1010001 |
Color Harmonies of #ABF2CA
Complementary color
Monochromatic Colors of #ABF2CA
Black with #ABF2CA
Text Example
Text Example
White with #ABF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2CA; }
p { color: rgb(171,242,202); }
H1.HeaderClassName
{
color: #ABF2CA;
}
.AnyTagClassName
{
color: #ABF2CA;
}
</style>
background-color css
<style>
a { background-color: #ABF2CA; }
a { background-color: rgb(171,242,202); }
div.DivClassName
{
background-color: #ABF2CA;
}
.BgClassName
{
background-color: #ABF2CA;
}
</style>
border-color css
<style>
span { border-color: #ABF2CA; }
span { border-color: rgb(171,242,202); }
td.TdClassName
{
border-color: #ABF2CA;
}
.TagClassName
{
border-color: #ABF2CA;
}
</style>