Shades of Magic Mint #ABFFCD
Tints of Magic Mint #ABFFCD
RGB
CMYK
RGB Variations
Color information
#ABFFCD (or 0xABFFCD) is known color: Magic Mint. HEX triplet: AB, FF and CD. RGB value is (171,255,205). Sum of RGB (Red+Green+Blue) = 171+255+205=631 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.10% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFCD is #540032. Grayscale: #E0E0E0. Windows color (decimal): -5505075 or 13500331. OLE color: 13500331.
HSL color Cylindrical-coordinate representation of color #ABFFCD: hue angle of 144.29º 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 #ABFFCD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 205 | - |
| CMYK | 0.33 | 0 | 0.20 | 0 |
| HSL | 144.29º | 1% | 0.84% | - |
| HSV(B) | 144.29º | 0.33% | 1% | - |
| XYZ | 63.57 | 84.59 | 70.73 | - |
| YUV | 224.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 205 | 0.33 | 0 | 0.20 | 0 | 144.29 | 1 | 0.84 |
| Hex | AB | FF | CD | 21 | 0 | 14 | 0 | 90 | 64 | 54 |
| Octal | 253 | 377 | 315 | 41 | 0 | 24 | 0 | 220 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11001101 | 100001 | 0 | 10100 | 0 | 10010000 | 1100100 | 1010100 |
Color Harmonies of #ABFFCD
Complementary color
Monochromatic Colors of #ABFFCD
Black with #ABFFCD
Text Example
Text Example
White with #ABFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFCD; }
p { color: rgb(171,255,205); }
H1.HeaderClassName
{
color: #ABFFCD;
}
.AnyTagClassName
{
color: #ABFFCD;
}
</style>
background-color css
<style>
a { background-color: #ABFFCD; }
a { background-color: rgb(171,255,205); }
div.DivClassName
{
background-color: #ABFFCD;
}
.BgClassName
{
background-color: #ABFFCD;
}
</style>
border-color css
<style>
span { border-color: #ABFFCD; }
span { border-color: rgb(171,255,205); }
td.TdClassName
{
border-color: #ABFFCD;
}
.TagClassName
{
border-color: #ABFFCD;
}
</style>