Shades of Magic Mint #ABFDD4
Tints of Magic Mint #ABFDD4
RGB
CMYK
RGB Variations
Color information
#ABFDD4 (or 0xABFDD4) is known color: Magic Mint. HEX triplet: AB, FD and D4. RGB value is (171,253,212). Sum of RGB (Red+Green+Blue) = 171+253+212=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDD4 is #54022B. Grayscale: #DFDFDF. Windows color (decimal): -5505580 or 13958571. OLE color: 13958571.
HSL color Cylindrical-coordinate representation of color #ABFDD4: hue angle of 150º 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 #ABFDD4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 212 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.01 |
| HSL | 150º | 0.95% | 0.83% | - |
| HSV(B) | 150º | 0.32% | 0.99% | - |
| XYZ | 63.8 | 83.66 | 75.07 | - |
| YUV | 223.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 212 | 0.32 | 0 | 0.16 | 0.01 | 150 | 0.95 | 0.83 |
| Hex | AB | FD | D4 | 20 | 0 | 10 | 1 | 96 | 5F | 53 |
| Octal | 253 | 375 | 324 | 40 | 0 | 20 | 1 | 226 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11010100 | 100000 | 0 | 10000 | 1 | 10010110 | 1011111 | 1010011 |
Color Harmonies of #ABFDD4
Complementary color
Monochromatic Colors of #ABFDD4
Black with #ABFDD4
Text Example
Text Example
White with #ABFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDD4; }
p { color: rgb(171,253,212); }
H1.HeaderClassName
{
color: #ABFDD4;
}
.AnyTagClassName
{
color: #ABFDD4;
}
</style>
background-color css
<style>
a { background-color: #ABFDD4; }
a { background-color: rgb(171,253,212); }
div.DivClassName
{
background-color: #ABFDD4;
}
.BgClassName
{
background-color: #ABFDD4;
}
</style>
border-color css
<style>
span { border-color: #ABFDD4; }
span { border-color: rgb(171,253,212); }
td.TdClassName
{
border-color: #ABFDD4;
}
.TagClassName
{
border-color: #ABFDD4;
}
</style>