Shades of Magic Mint #ABF2C2
Tints of Magic Mint #ABF2C2
RGB
CMYK
RGB Variations
Color information
#ABF2C2 (or 0xABF2C2) is known color: Magic Mint. HEX triplet: AB, F2 and C2. RGB value is (171,242,194). Sum of RGB (Red+Green+Blue) = 171+242+194=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2C2 is #540D3D. Grayscale: #D7D7D7. Windows color (decimal): -5508414 or 12776107. OLE color: 12776107.
HSL color Cylindrical-coordinate representation of color #ABF2C2: hue angle of 139.44º 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 #ABF2C2 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 194 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.05 |
| HSL | 139.44º | 0.73% | 0.81% | - |
| HSV(B) | 139.44º | 0.29% | 0.95% | - |
| XYZ | 58.28 | 76.06 | 62.65 | - |
| YUV | 215.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 194 | 0.29 | 0 | 0.20 | 0.05 | 139.44 | 0.73 | 0.81 |
| Hex | AB | F2 | C2 | 1D | 0 | 14 | 5 | 8B | 49 | 51 |
| Octal | 253 | 362 | 302 | 35 | 0 | 24 | 5 | 213 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11000010 | 11101 | 0 | 10100 | 101 | 10001011 | 1001001 | 1010001 |
Color Harmonies of #ABF2C2
Complementary color
Monochromatic Colors of #ABF2C2
Black with #ABF2C2
Text Example
Text Example
White with #ABF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2C2; }
p { color: rgb(171,242,194); }
H1.HeaderClassName
{
color: #ABF2C2;
}
.AnyTagClassName
{
color: #ABF2C2;
}
</style>
background-color css
<style>
a { background-color: #ABF2C2; }
a { background-color: rgb(171,242,194); }
div.DivClassName
{
background-color: #ABF2C2;
}
.BgClassName
{
background-color: #ABF2C2;
}
</style>
border-color css
<style>
span { border-color: #ABF2C2; }
span { border-color: rgb(171,242,194); }
td.TdClassName
{
border-color: #ABF2C2;
}
.TagClassName
{
border-color: #ABF2C2;
}
</style>