Shades of Magic Mint #ADF1CC
Tints of Magic Mint #ADF1CC
RGB
CMYK
RGB Variations
Color information
#ADF1CC (or 0xADF1CC) is known color: Magic Mint. HEX triplet: AD, F1 and CC. RGB value is (173,241,204). Sum of RGB (Red+Green+Blue) = 173+241+204=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1CC is #520E33. Grayscale: #D8D8D8. Windows color (decimal): -5377588 or 13431213. OLE color: 13431213.
HSL color Cylindrical-coordinate representation of color #ADF1CC: hue angle of 147.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1CC is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 204 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.05 |
| HSL | 147.35º | 0.71% | 0.81% | - |
| HSV(B) | 147.35º | 0.28% | 0.95% | - |
| XYZ | 59.59 | 76.15 | 68.69 | - |
| YUV | 216.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 204 | 0.28 | 0 | 0.15 | 0.05 | 147.35 | 0.71 | 0.81 |
| Hex | AD | F1 | CC | 1C | 0 | F | 5 | 93 | 47 | 51 |
| Octal | 255 | 361 | 314 | 34 | 0 | 17 | 5 | 223 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11001100 | 11100 | 0 | 1111 | 101 | 10010011 | 1000111 | 1010001 |
Color Harmonies of #ADF1CC
Complementary color
Monochromatic Colors of #ADF1CC
Black with #ADF1CC
Text Example
Text Example
White with #ADF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1CC; }
p { color: rgb(173,241,204); }
H1.HeaderClassName
{
color: #ADF1CC;
}
.AnyTagClassName
{
color: #ADF1CC;
}
</style>
background-color css
<style>
a { background-color: #ADF1CC; }
a { background-color: rgb(173,241,204); }
div.DivClassName
{
background-color: #ADF1CC;
}
.BgClassName
{
background-color: #ADF1CC;
}
</style>
border-color css
<style>
span { border-color: #ADF1CC; }
span { border-color: rgb(173,241,204); }
td.TdClassName
{
border-color: #ADF1CC;
}
.TagClassName
{
border-color: #ADF1CC;
}
</style>