Shades of Magic Mint #ACFBCB
Tints of Magic Mint #ACFBCB
RGB
CMYK
RGB Variations
Color information
#ACFBCB (or 0xACFBCB) is known color: Magic Mint. HEX triplet: AC, FB and CB. RGB value is (172,251,203). Sum of RGB (Red+Green+Blue) = 172+251+203=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBCB is #530434. Grayscale: #DEDEDE. Windows color (decimal): -5440565 or 13368236. OLE color: 13368236.
HSL color Cylindrical-coordinate representation of color #ACFBCB: hue angle of 143.54º 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 #ACFBCB is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 203 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.02 |
| HSL | 143.54º | 0.91% | 0.83% | - |
| HSV(B) | 143.54º | 0.31% | 0.98% | - |
| XYZ | 62.29 | 82.08 | 69.06 | - |
| YUV | 221.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 203 | 0.31 | 0 | 0.19 | 0.02 | 143.54 | 0.91 | 0.83 |
| Hex | AC | FB | CB | 1F | 0 | 13 | 2 | 90 | 5B | 53 |
| Octal | 254 | 373 | 313 | 37 | 0 | 23 | 2 | 220 | 133 | 123 |
| Binary | 10101100 | 11111011 | 11001011 | 11111 | 0 | 10011 | 10 | 10010000 | 1011011 | 1010011 |
Color Harmonies of #ACFBCB
Complementary color
Monochromatic Colors of #ACFBCB
Black with #ACFBCB
Text Example
Text Example
White with #ACFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFBCB; }
p { color: rgb(172,251,203); }
H1.HeaderClassName
{
color: #ACFBCB;
}
.AnyTagClassName
{
color: #ACFBCB;
}
</style>
background-color css
<style>
a { background-color: #ACFBCB; }
a { background-color: rgb(172,251,203); }
div.DivClassName
{
background-color: #ACFBCB;
}
.BgClassName
{
background-color: #ACFBCB;
}
</style>
border-color css
<style>
span { border-color: #ACFBCB; }
span { border-color: rgb(172,251,203); }
td.TdClassName
{
border-color: #ACFBCB;
}
.TagClassName
{
border-color: #ACFBCB;
}
</style>