Shades of Magic Mint #ACF9C9
Tints of Magic Mint #ACF9C9
RGB
CMYK
RGB Variations
Color information
#ACF9C9 (or 0xACF9C9) is known color: Magic Mint. HEX triplet: AC, F9 and C9. RGB value is (172,249,201). Sum of RGB (Red+Green+Blue) = 172+249+201=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9C9 is #530636. Grayscale: #DCDCDC. Windows color (decimal): -5441079 or 13236652. OLE color: 13236652.
HSL color Cylindrical-coordinate representation of color #ACF9C9: hue angle of 142.6º degrees, saturation: 0.87, 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 #ACF9C9 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 249 | 201 | - |
CMYK | 0.31 | 0 | 0.19 | 0.02 |
HSL | 142.6º | 0.87% | 0.83% | - |
HSV(B) | 142.6º | 0.31% | 0.98% | - |
XYZ | 61.43 | 80.74 | 67.6 | - |
YUV | 220.51 | 116.99 | 93.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 249 | 201 | 0.31 | 0 | 0.19 | 0.02 | 142.6 | 0.87 | 0.83 |
Hex | AC | F9 | C9 | 1F | 0 | 13 | 2 | 8F | 57 | 53 |
Octal | 254 | 371 | 311 | 37 | 0 | 23 | 2 | 217 | 127 | 123 |
Binary | 10101100 | 11111001 | 11001001 | 11111 | 0 | 10011 | 10 | 10001111 | 1010111 | 1010011 |
Color Harmonies of #ACF9C9
Complementary color
Monochromatic Colors of #ACF9C9
Black with #ACF9C9
Text Example
Text Example
White with #ACF9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9C9; }
p { color: rgb(172,249,201); }
H1.HeaderClassName
{
color: #ACF9C9;
}
.AnyTagClassName
{
color: #ACF9C9;
}
</style>
background-color css
<style>
a { background-color: #ACF9C9; }
a { background-color: rgb(172,249,201); }
div.DivClassName
{
background-color: #ACF9C9;
}
.BgClassName
{
background-color: #ACF9C9;
}
</style>
border-color css
<style>
span { border-color: #ACF9C9; }
span { border-color: rgb(172,249,201); }
td.TdClassName
{
border-color: #ACF9C9;
}
.TagClassName
{
border-color: #ACF9C9;
}
</style>