Shades of Magic Mint #ABFDDA
Tints of Magic Mint #ABFDDA
RGB
CMYK
RGB Variations
Color information
#ABFDDA (or 0xABFDDA) is known color: Magic Mint. HEX triplet: AB, FD and DA. RGB value is (171,253,218). Sum of RGB (Red+Green+Blue) = 171+253+218=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDDA is #540225. Grayscale: #E0E0E0. Windows color (decimal): -5505574 or 14351787. OLE color: 14351787.
HSL color Cylindrical-coordinate representation of color #ABFDDA: hue angle of 154.39º 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 #ABFDDA is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 218 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.01 |
| HSL | 154.39º | 0.95% | 0.83% | - |
| HSV(B) | 154.39º | 0.32% | 0.99% | - |
| XYZ | 64.57 | 83.97 | 79.13 | - |
| YUV | 224.49 | 124.33 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 218 | 0.32 | 0 | 0.14 | 0.01 | 154.39 | 0.95 | 0.83 |
| Hex | AB | FD | DA | 20 | 0 | E | 1 | 9A | 5F | 53 |
| Octal | 253 | 375 | 332 | 40 | 0 | 16 | 1 | 232 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11011010 | 100000 | 0 | 1110 | 1 | 10011010 | 1011111 | 1010011 |
Color Harmonies of #ABFDDA
Complementary color
Monochromatic Colors of #ABFDDA
Black with #ABFDDA
Text Example
Text Example
White with #ABFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDDA; }
p { color: rgb(171,253,218); }
H1.HeaderClassName
{
color: #ABFDDA;
}
.AnyTagClassName
{
color: #ABFDDA;
}
</style>
background-color css
<style>
a { background-color: #ABFDDA; }
a { background-color: rgb(171,253,218); }
div.DivClassName
{
background-color: #ABFDDA;
}
.BgClassName
{
background-color: #ABFDDA;
}
</style>
border-color css
<style>
span { border-color: #ABFDDA; }
span { border-color: rgb(171,253,218); }
td.TdClassName
{
border-color: #ABFDDA;
}
.TagClassName
{
border-color: #ABFDDA;
}
</style>