Shades of Magic Mint #ABFDD6
Tints of Magic Mint #ABFDD6
RGB
CMYK
RGB Variations
Color information
#ABFDD6 (or 0xABFDD6) is known color: Magic Mint. HEX triplet: AB, FD and D6. RGB value is (171,253,214). Sum of RGB (Red+Green+Blue) = 171+253+214=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDD6 is #540229. Grayscale: #E0E0E0. Windows color (decimal): -5505578 or 14089643. OLE color: 14089643.
HSL color Cylindrical-coordinate representation of color #ABFDD6: hue angle of 151.46º 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 #ABFDD6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 214 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.01 |
| HSL | 151.46º | 0.95% | 0.83% | - |
| HSV(B) | 151.46º | 0.32% | 0.99% | - |
| XYZ | 64.06 | 83.76 | 76.41 | - |
| YUV | 224.04 | 122.33 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 214 | 0.32 | 0 | 0.15 | 0.01 | 151.46 | 0.95 | 0.83 |
| Hex | AB | FD | D6 | 20 | 0 | F | 1 | 97 | 5F | 53 |
| Octal | 253 | 375 | 326 | 40 | 0 | 17 | 1 | 227 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11010110 | 100000 | 0 | 1111 | 1 | 10010111 | 1011111 | 1010011 |
Color Harmonies of #ABFDD6
Complementary color
Monochromatic Colors of #ABFDD6
Black with #ABFDD6
Text Example
Text Example
White with #ABFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDD6; }
p { color: rgb(171,253,214); }
H1.HeaderClassName
{
color: #ABFDD6;
}
.AnyTagClassName
{
color: #ABFDD6;
}
</style>
background-color css
<style>
a { background-color: #ABFDD6; }
a { background-color: rgb(171,253,214); }
div.DivClassName
{
background-color: #ABFDD6;
}
.BgClassName
{
background-color: #ABFDD6;
}
</style>
border-color css
<style>
span { border-color: #ABFDD6; }
span { border-color: rgb(171,253,214); }
td.TdClassName
{
border-color: #ABFDD6;
}
.TagClassName
{
border-color: #ABFDD6;
}
</style>