Shades of Magic Mint #ABF5D2
Tints of Magic Mint #ABF5D2
RGB
CMYK
RGB Variations
Color information
#ABF5D2 (or 0xABF5D2) is known color: Magic Mint. HEX triplet: AB, F5 and D2. RGB value is (171,245,210). Sum of RGB (Red+Green+Blue) = 171+245+210=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 245 (96.09% from 255 or 39.14% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5D2 is #540A2D. Grayscale: #DADADA. Windows color (decimal): -5507630 or 13825451. OLE color: 13825451.
HSL color Cylindrical-coordinate representation of color #ABF5D2: hue angle of 151.62º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5D2 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 210 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.04 |
| HSL | 151.62º | 0.79% | 0.82% | - |
| HSV(B) | 151.62º | 0.3% | 0.96% | - |
| XYZ | 61.08 | 78.62 | 72.93 | - |
| YUV | 218.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 210 | 0.30 | 0 | 0.14 | 0.04 | 151.62 | 0.79 | 0.82 |
| Hex | AB | F5 | D2 | 1E | 0 | E | 4 | 98 | 4F | 52 |
| Octal | 253 | 365 | 322 | 36 | 0 | 16 | 4 | 230 | 117 | 122 |
| Binary | 10101011 | 11110101 | 11010010 | 11110 | 0 | 1110 | 100 | 10011000 | 1001111 | 1010010 |
Color Harmonies of #ABF5D2
Complementary color
Monochromatic Colors of #ABF5D2
Black with #ABF5D2
Text Example
Text Example
White with #ABF5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF5D2; }
p { color: rgb(171,245,210); }
H1.HeaderClassName
{
color: #ABF5D2;
}
.AnyTagClassName
{
color: #ABF5D2;
}
</style>
background-color css
<style>
a { background-color: #ABF5D2; }
a { background-color: rgb(171,245,210); }
div.DivClassName
{
background-color: #ABF5D2;
}
.BgClassName
{
background-color: #ABF5D2;
}
</style>
border-color css
<style>
span { border-color: #ABF5D2; }
span { border-color: rgb(171,245,210); }
td.TdClassName
{
border-color: #ABF5D2;
}
.TagClassName
{
border-color: #ABF5D2;
}
</style>