Shades of Magic Mint #ABDFC4
Tints of Magic Mint #ABDFC4
RGB
CMYK
RGB Variations
Color information
#ABDFC4 (or 0xABDFC4) is known color: Magic Mint. HEX triplet: AB, DF and C4. RGB value is (171,223,196). Sum of RGB (Red+Green+Blue) = 171+223+196=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC4 is #54203B. Grayscale: #CCCCCC. Windows color (decimal): -5513276 or 12902315. OLE color: 12902315.
HSL color Cylindrical-coordinate representation of color #ABDFC4: hue angle of 148.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFC4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 196 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.13 |
| HSL | 148.85º | 0.45% | 0.77% | - |
| HSV(B) | 148.85º | 0.23% | 0.87% | - |
| XYZ | 53.15 | 65.42 | 62.05 | - |
| YUV | 204.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 196 | 0.23 | 0 | 0.12 | 0.13 | 148.85 | 0.45 | 0.77 |
| Hex | AB | DF | C4 | 17 | 0 | C | D | 95 | 2D | 4D |
| Octal | 253 | 337 | 304 | 27 | 0 | 14 | 15 | 225 | 55 | 115 |
| Binary | 10101011 | 11011111 | 11000100 | 10111 | 0 | 1100 | 1101 | 10010101 | 101101 | 1001101 |
Color Harmonies of #ABDFC4
Complementary color
Monochromatic Colors of #ABDFC4
Black with #ABDFC4
Text Example
Text Example
White with #ABDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFC4; }
p { color: rgb(171,223,196); }
H1.HeaderClassName
{
color: #ABDFC4;
}
.AnyTagClassName
{
color: #ABDFC4;
}
</style>
background-color css
<style>
a { background-color: #ABDFC4; }
a { background-color: rgb(171,223,196); }
div.DivClassName
{
background-color: #ABDFC4;
}
.BgClassName
{
background-color: #ABDFC4;
}
</style>
border-color css
<style>
span { border-color: #ABDFC4; }
span { border-color: rgb(171,223,196); }
td.TdClassName
{
border-color: #ABDFC4;
}
.TagClassName
{
border-color: #ABDFC4;
}
</style>