Shades of Magic Mint #ABFDCC
Tints of Magic Mint #ABFDCC
RGB
CMYK
RGB Variations
Color information
#ABFDCC (or 0xABFDCC) is known color: Magic Mint. HEX triplet: AB, FD and CC. RGB value is (171,253,204). Sum of RGB (Red+Green+Blue) = 171+253+204=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDCC is #540233. Grayscale: #DFDFDF. Windows color (decimal): -5505588 or 13434283. OLE color: 13434283.
HSL color Cylindrical-coordinate representation of color #ABFDCC: hue angle of 144.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDCC is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 204 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.01 |
| HSL | 144.15º | 0.95% | 0.83% | - |
| HSV(B) | 144.15º | 0.32% | 0.99% | - |
| XYZ | 62.82 | 83.27 | 69.89 | - |
| YUV | 222.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 204 | 0.32 | 0 | 0.19 | 0.01 | 144.15 | 0.95 | 0.83 |
| Hex | AB | FD | CC | 20 | 0 | 13 | 1 | 90 | 5F | 53 |
| Octal | 253 | 375 | 314 | 40 | 0 | 23 | 1 | 220 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11001100 | 100000 | 0 | 10011 | 1 | 10010000 | 1011111 | 1010011 |
Color Harmonies of #ABFDCC
Complementary color
Monochromatic Colors of #ABFDCC
Black with #ABFDCC
Text Example
Text Example
White with #ABFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDCC; }
p { color: rgb(171,253,204); }
H1.HeaderClassName
{
color: #ABFDCC;
}
.AnyTagClassName
{
color: #ABFDCC;
}
</style>
background-color css
<style>
a { background-color: #ABFDCC; }
a { background-color: rgb(171,253,204); }
div.DivClassName
{
background-color: #ABFDCC;
}
.BgClassName
{
background-color: #ABFDCC;
}
</style>
border-color css
<style>
span { border-color: #ABFDCC; }
span { border-color: rgb(171,253,204); }
td.TdClassName
{
border-color: #ABFDCC;
}
.TagClassName
{
border-color: #ABFDCC;
}
</style>