Shades of Magic Mint #ACFBDF
Tints of Magic Mint #ACFBDF
RGB
CMYK
RGB Variations
Color information
#ACFBDF (or 0xACFBDF) is known color: Magic Mint. HEX triplet: AC, FB and DF. RGB value is (172,251,223). Sum of RGB (Red+Green+Blue) = 172+251+223=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBDF is #530420. Grayscale: #E0E0E0. Windows color (decimal): -5440545 or 14678956. OLE color: 14678956.
HSL color Cylindrical-coordinate representation of color #ACFBDF: hue angle of 158.73º 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 #ACFBDF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 223 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.02 |
| HSL | 158.73º | 0.91% | 0.83% | - |
| HSV(B) | 158.73º | 0.31% | 0.98% | - |
| XYZ | 64.83 | 83.09 | 82.43 | - |
| YUV | 224.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 223 | 0.31 | 0 | 0.11 | 0.02 | 158.73 | 0.91 | 0.83 |
| Hex | AC | FB | DF | 1F | 0 | B | 2 | 9F | 5B | 53 |
| Octal | 254 | 373 | 337 | 37 | 0 | 13 | 2 | 237 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11011111 | 11111 | 0 | 1011 | 10 | 10011111 | 1011011 | 1010011 |
Color Harmonies of #ACFBDF
Complementary color
Monochromatic Colors of #ACFBDF
Black with #ACFBDF
Text Example
Text Example
White with #ACFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBDF; }
p { color: rgb(172,251,223); }
H1.HeaderClassName
{
color: #ACFBDF;
}
.AnyTagClassName
{
color: #ACFBDF;
}
</style>
background-color css
<style>
a { background-color: #ACFBDF; }
a { background-color: rgb(172,251,223); }
div.DivClassName
{
background-color: #ACFBDF;
}
.BgClassName
{
background-color: #ACFBDF;
}
</style>
border-color css
<style>
span { border-color: #ACFBDF; }
span { border-color: rgb(172,251,223); }
td.TdClassName
{
border-color: #ACFBDF;
}
.TagClassName
{
border-color: #ACFBDF;
}
</style>