Shades of Magic Mint #ABFFCC
Tints of Magic Mint #ABFFCC
RGB
CMYK
RGB Variations
Color information
#ABFFCC (or 0xABFFCC) is known color: Magic Mint. HEX triplet: AB, FF and CC. RGB value is (171,255,204). Sum of RGB (Red+Green+Blue) = 171+255+204=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFCC is #540033. Grayscale: #E0E0E0. Windows color (decimal): -5505076 or 13434795. OLE color: 13434795.
HSL color Cylindrical-coordinate representation of color #ABFFCC: hue angle of 143.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFCC is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 204 | - |
| CMYK | 0.33 | 0 | 0.2 | 0 |
| HSL | 143.57º | 1% | 0.84% | - |
| HSV(B) | 143.57º | 0.33% | 1% | - |
| XYZ | 63.45 | 84.54 | 70.1 | - |
| YUV | 224.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 204 | 0.33 | 0 | 0.2 | 0 | 143.57 | 1 | 0.84 |
| Hex | AB | FF | CC | 21 | 0 | 14 | 0 | 90 | 64 | 54 |
| Octal | 253 | 377 | 314 | 41 | 0 | 24 | 0 | 220 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11001100 | 100001 | 0 | 10100 | 0 | 10010000 | 1100100 | 1010100 |
Color Harmonies of #ABFFCC
Complementary color
Monochromatic Colors of #ABFFCC
Black with #ABFFCC
Text Example
Text Example
White with #ABFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFCC; }
p { color: rgb(171,255,204); }
H1.HeaderClassName
{
color: #ABFFCC;
}
.AnyTagClassName
{
color: #ABFFCC;
}
</style>
background-color css
<style>
a { background-color: #ABFFCC; }
a { background-color: rgb(171,255,204); }
div.DivClassName
{
background-color: #ABFFCC;
}
.BgClassName
{
background-color: #ABFFCC;
}
</style>
border-color css
<style>
span { border-color: #ABFFCC; }
span { border-color: rgb(171,255,204); }
td.TdClassName
{
border-color: #ABFFCC;
}
.TagClassName
{
border-color: #ABFFCC;
}
</style>