Shades of Magic Mint #ACFBDD
Tints of Magic Mint #ACFBDD
RGB
CMYK
RGB Variations
Color information
#ACFBDD (or 0xACFBDD) is known color: Magic Mint. HEX triplet: AC, FB and DD. RGB value is (172,251,221). Sum of RGB (Red+Green+Blue) = 172+251+221=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBDD is #530422. Grayscale: #E0E0E0. Windows color (decimal): -5440547 or 14547884. OLE color: 14547884.
HSL color Cylindrical-coordinate representation of color #ACFBDD: hue angle of 157.22º 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 #ACFBDD is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 221 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 157.22º | 0.91% | 0.83% | - |
| HSV(B) | 157.22º | 0.31% | 0.98% | - |
| XYZ | 64.56 | 82.99 | 81.02 | - |
| YUV | 223.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 221 | 0.31 | 0 | 0.12 | 0.02 | 157.22 | 0.91 | 0.83 |
| Hex | AC | FB | DD | 1F | 0 | C | 2 | 9D | 5B | 53 |
| Octal | 254 | 373 | 335 | 37 | 0 | 14 | 2 | 235 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11011101 | 11111 | 0 | 1100 | 10 | 10011101 | 1011011 | 1010011 |
Color Harmonies of #ACFBDD
Complementary color
Monochromatic Colors of #ACFBDD
Black with #ACFBDD
Text Example
Text Example
White with #ACFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBDD; }
p { color: rgb(172,251,221); }
H1.HeaderClassName
{
color: #ACFBDD;
}
.AnyTagClassName
{
color: #ACFBDD;
}
</style>
background-color css
<style>
a { background-color: #ACFBDD; }
a { background-color: rgb(172,251,221); }
div.DivClassName
{
background-color: #ACFBDD;
}
.BgClassName
{
background-color: #ACFBDD;
}
</style>
border-color css
<style>
span { border-color: #ACFBDD; }
span { border-color: rgb(172,251,221); }
td.TdClassName
{
border-color: #ACFBDD;
}
.TagClassName
{
border-color: #ACFBDD;
}
</style>