Shades of Magic Mint #ACFBDB
Tints of Magic Mint #ACFBDB
RGB
CMYK
RGB Variations
Color information
#ACFBDB (or 0xACFBDB) is known color: Magic Mint. HEX triplet: AC, FB and DB. RGB value is (172,251,219). Sum of RGB (Red+Green+Blue) = 172+251+219=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBDB is #530424. Grayscale: #DFDFDF. Windows color (decimal): -5440549 or 14416812. OLE color: 14416812.
HSL color Cylindrical-coordinate representation of color #ACFBDB: hue angle of 155.7º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 219 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.02 |
| HSL | 155.7º | 0.91% | 0.83% | - |
| HSV(B) | 155.7º | 0.31% | 0.98% | - |
| XYZ | 64.3 | 82.88 | 79.63 | - |
| YUV | 223.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 219 | 0.31 | 0 | 0.13 | 0.02 | 155.7 | 0.91 | 0.83 |
| Hex | AC | FB | DB | 1F | 0 | D | 2 | 9C | 5B | 53 |
| Octal | 254 | 373 | 333 | 37 | 0 | 15 | 2 | 234 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11011011 | 11111 | 0 | 1101 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #ACFBDB
Complementary color
Monochromatic Colors of #ACFBDB
Black with #ACFBDB
Text Example
Text Example
White with #ACFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBDB; }
p { color: rgb(172,251,219); }
H1.HeaderClassName
{
color: #ACFBDB;
}
.AnyTagClassName
{
color: #ACFBDB;
}
</style>
background-color css
<style>
a { background-color: #ACFBDB; }
a { background-color: rgb(172,251,219); }
div.DivClassName
{
background-color: #ACFBDB;
}
.BgClassName
{
background-color: #ACFBDB;
}
</style>
border-color css
<style>
span { border-color: #ACFBDB; }
span { border-color: rgb(172,251,219); }
td.TdClassName
{
border-color: #ACFBDB;
}
.TagClassName
{
border-color: #ACFBDB;
}
</style>