Shades of Magic Mint #ABFAD5
Tints of Magic Mint #ABFAD5
RGB
CMYK
RGB Variations
Color information
#ABFAD5 (or 0xABFAD5) is known color: Magic Mint. HEX triplet: AB, FA and D5. RGB value is (171,250,213). Sum of RGB (Red+Green+Blue) = 171+250+213=634 (83% of max value = 765). Red value is 171 (67.19% from 255 or 26.97% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAD5 is #54052A. Grayscale: #DEDEDE. Windows color (decimal): -5506347 or 14023339. OLE color: 14023339.
HSL color Cylindrical-coordinate representation of color #ABFAD5: hue angle of 151.9º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAD5 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 213 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.02 |
| HSL | 151.9º | 0.89% | 0.83% | - |
| HSV(B) | 151.9º | 0.32% | 0.98% | - |
| XYZ | 62.99 | 81.83 | 75.43 | - |
| YUV | 222.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 213 | 0.32 | 0 | 0.15 | 0.02 | 151.9 | 0.89 | 0.83 |
| Hex | AB | FA | D5 | 20 | 0 | F | 2 | 98 | 59 | 53 |
| Octal | 253 | 372 | 325 | 40 | 0 | 17 | 2 | 230 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11010101 | 100000 | 0 | 1111 | 10 | 10011000 | 1011001 | 1010011 |
Color Harmonies of #ABFAD5
Complementary color
Monochromatic Colors of #ABFAD5
Black with #ABFAD5
Text Example
Text Example
White with #ABFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAD5; }
p { color: rgb(171,250,213); }
H1.HeaderClassName
{
color: #ABFAD5;
}
.AnyTagClassName
{
color: #ABFAD5;
}
</style>
background-color css
<style>
a { background-color: #ABFAD5; }
a { background-color: rgb(171,250,213); }
div.DivClassName
{
background-color: #ABFAD5;
}
.BgClassName
{
background-color: #ABFAD5;
}
</style>
border-color css
<style>
span { border-color: #ABFAD5; }
span { border-color: rgb(171,250,213); }
td.TdClassName
{
border-color: #ABFAD5;
}
.TagClassName
{
border-color: #ABFAD5;
}
</style>