Shades of Magic Mint #ABF5D3
Tints of Magic Mint #ABF5D3
RGB
CMYK
RGB Variations
Color information
#ABF5D3 (or 0xABF5D3) is known color: Magic Mint. HEX triplet: AB, F5 and D3. RGB value is (171,245,211). Sum of RGB (Red+Green+Blue) = 171+245+211=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5D3 is #540A2C. Grayscale: #DBDBDB. Windows color (decimal): -5507629 or 13890987. OLE color: 13890987.
HSL color Cylindrical-coordinate representation of color #ABF5D3: hue angle of 152.43º 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 #ABF5D3 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 245 | 211 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.04 |
| HSL | 152.43º | 0.79% | 0.82% | - |
| HSV(B) | 152.43º | 0.3% | 0.96% | - |
| XYZ | 61.2 | 78.67 | 73.59 | - |
| YUV | 219 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 211 | 0.30 | 0 | 0.14 | 0.04 | 152.43 | 0.79 | 0.82 |
| Hex | AB | F5 | D3 | 1E | 0 | E | 4 | 98 | 4F | 52 |
| Octal | 253 | 365 | 323 | 36 | 0 | 16 | 4 | 230 | 117 | 122 |
| Binary | 10101011 | 11110101 | 11010011 | 11110 | 0 | 1110 | 100 | 10011000 | 1001111 | 1010010 |
Color Harmonies of #ABF5D3
Complementary color
Monochromatic Colors of #ABF5D3
Black with #ABF5D3
Text Example
Text Example
White with #ABF5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF5D3; }
p { color: rgb(171,245,211); }
H1.HeaderClassName
{
color: #ABF5D3;
}
.AnyTagClassName
{
color: #ABF5D3;
}
</style>
background-color css
<style>
a { background-color: #ABF5D3; }
a { background-color: rgb(171,245,211); }
div.DivClassName
{
background-color: #ABF5D3;
}
.BgClassName
{
background-color: #ABF5D3;
}
</style>
border-color css
<style>
span { border-color: #ABF5D3; }
span { border-color: rgb(171,245,211); }
td.TdClassName
{
border-color: #ABF5D3;
}
.TagClassName
{
border-color: #ABF5D3;
}
</style>