Shades of Magic Mint #ABF7C2
Tints of Magic Mint #ABF7C2
RGB
CMYK
RGB Variations
Color information
#ABF7C2 (or 0xABF7C2) is known color: Magic Mint. HEX triplet: AB, F7 and C2. RGB value is (171,247,194). Sum of RGB (Red+Green+Blue) = 171+247+194=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7C2 is #54083D. Grayscale: #DADADA. Windows color (decimal): -5507134 or 12777387. OLE color: 12777387.
HSL color Cylindrical-coordinate representation of color #ABF7C2: hue angle of 138.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7C2 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 247 | 194 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.03 |
| HSL | 138.16º | 0.83% | 0.82% | - |
| HSV(B) | 138.16º | 0.31% | 0.97% | - |
| XYZ | 59.79 | 79.07 | 63.15 | - |
| YUV | 218.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 247 | 194 | 0.31 | 0 | 0.21 | 0.03 | 138.16 | 0.83 | 0.82 |
| Hex | AB | F7 | C2 | 1F | 0 | 15 | 3 | 8A | 53 | 52 |
| Octal | 253 | 367 | 302 | 37 | 0 | 25 | 3 | 212 | 123 | 122 |
| Binary | 10101011 | 11110111 | 11000010 | 11111 | 0 | 10101 | 11 | 10001010 | 1010011 | 1010010 |
Color Harmonies of #ABF7C2
Complementary color
Monochromatic Colors of #ABF7C2
Black with #ABF7C2
Text Example
Text Example
White with #ABF7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF7C2; }
p { color: rgb(171,247,194); }
H1.HeaderClassName
{
color: #ABF7C2;
}
.AnyTagClassName
{
color: #ABF7C2;
}
</style>
background-color css
<style>
a { background-color: #ABF7C2; }
a { background-color: rgb(171,247,194); }
div.DivClassName
{
background-color: #ABF7C2;
}
.BgClassName
{
background-color: #ABF7C2;
}
</style>
border-color css
<style>
span { border-color: #ABF7C2; }
span { border-color: rgb(171,247,194); }
td.TdClassName
{
border-color: #ABF7C2;
}
.TagClassName
{
border-color: #ABF7C2;
}
</style>