Shades of Magic Mint #ABFDD5
Tints of Magic Mint #ABFDD5
RGB
CMYK
RGB Variations
Color information
#ABFDD5 (or 0xABFDD5) is known color: Magic Mint. HEX triplet: AB, FD and D5. RGB value is (171,253,213). Sum of RGB (Red+Green+Blue) = 171+253+213=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDD5 is #54022A. Grayscale: #E0E0E0. Windows color (decimal): -5505579 or 14024107. OLE color: 14024107.
HSL color Cylindrical-coordinate representation of color #ABFDD5: hue angle of 150.73º 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 #ABFDD5 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 213 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.01 |
| HSL | 150.73º | 0.95% | 0.83% | - |
| HSV(B) | 150.73º | 0.32% | 0.99% | - |
| XYZ | 63.93 | 83.71 | 75.74 | - |
| YUV | 223.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 213 | 0.32 | 0 | 0.16 | 0.01 | 150.73 | 0.95 | 0.83 |
| Hex | AB | FD | D5 | 20 | 0 | 10 | 1 | 97 | 5F | 53 |
| Octal | 253 | 375 | 325 | 40 | 0 | 20 | 1 | 227 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11010101 | 100000 | 0 | 10000 | 1 | 10010111 | 1011111 | 1010011 |
Color Harmonies of #ABFDD5
Complementary color
Monochromatic Colors of #ABFDD5
Black with #ABFDD5
Text Example
Text Example
White with #ABFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDD5; }
p { color: rgb(171,253,213); }
H1.HeaderClassName
{
color: #ABFDD5;
}
.AnyTagClassName
{
color: #ABFDD5;
}
</style>
background-color css
<style>
a { background-color: #ABFDD5; }
a { background-color: rgb(171,253,213); }
div.DivClassName
{
background-color: #ABFDD5;
}
.BgClassName
{
background-color: #ABFDD5;
}
</style>
border-color css
<style>
span { border-color: #ABFDD5; }
span { border-color: rgb(171,253,213); }
td.TdClassName
{
border-color: #ABFDD5;
}
.TagClassName
{
border-color: #ABFDD5;
}
</style>