Shades of Magic Mint #ACF0CB
Tints of Magic Mint #ACF0CB
RGB
CMYK
RGB Variations
Color information
#ACF0CB (or 0xACF0CB) is known color: Magic Mint. HEX triplet: AC, F0 and CB. RGB value is (172,240,203). Sum of RGB (Red+Green+Blue) = 172+240+203=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CB is #530F34. Grayscale: #D7D7D7. Windows color (decimal): -5443381 or 13365420. OLE color: 13365420.
HSL color Cylindrical-coordinate representation of color #ACF0CB: hue angle of 147.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0CB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 203 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.06 |
| HSL | 147.35º | 0.69% | 0.81% | - |
| HSV(B) | 147.35º | 0.28% | 0.94% | - |
| XYZ | 58.95 | 75.4 | 67.95 | - |
| YUV | 215.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 203 | 0.28 | 0 | 0.15 | 0.06 | 147.35 | 0.69 | 0.81 |
| Hex | AC | F0 | CB | 1C | 0 | F | 6 | 93 | 45 | 51 |
| Octal | 254 | 360 | 313 | 34 | 0 | 17 | 6 | 223 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11001011 | 11100 | 0 | 1111 | 110 | 10010011 | 1000101 | 1010001 |
Color Harmonies of #ACF0CB
Complementary color
Monochromatic Colors of #ACF0CB
Black with #ACF0CB
Text Example
Text Example
White with #ACF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0CB; }
p { color: rgb(172,240,203); }
H1.HeaderClassName
{
color: #ACF0CB;
}
.AnyTagClassName
{
color: #ACF0CB;
}
</style>
background-color css
<style>
a { background-color: #ACF0CB; }
a { background-color: rgb(172,240,203); }
div.DivClassName
{
background-color: #ACF0CB;
}
.BgClassName
{
background-color: #ACF0CB;
}
</style>
border-color css
<style>
span { border-color: #ACF0CB; }
span { border-color: rgb(172,240,203); }
td.TdClassName
{
border-color: #ACF0CB;
}
.TagClassName
{
border-color: #ACF0CB;
}
</style>