Shades of Magic Mint #ADF1CA
Tints of Magic Mint #ADF1CA
RGB
CMYK
RGB Variations
Color information
#ADF1CA (or 0xADF1CA) is known color: Magic Mint. HEX triplet: AD, F1 and CA. RGB value is (173,241,202). Sum of RGB (Red+Green+Blue) = 173+241+202=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1CA is #520E35. Grayscale: #D8D8D8. Windows color (decimal): -5377590 or 13300141. OLE color: 13300141.
HSL color Cylindrical-coordinate representation of color #ADF1CA: hue angle of 145.59º 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 #ADF1CA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 202 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.05 |
| HSL | 145.59º | 0.71% | 0.81% | - |
| HSV(B) | 145.59º | 0.28% | 0.95% | - |
| XYZ | 59.35 | 76.06 | 67.43 | - |
| YUV | 216.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 202 | 0.28 | 0 | 0.16 | 0.05 | 145.59 | 0.71 | 0.81 |
| Hex | AD | F1 | CA | 1C | 0 | 10 | 5 | 92 | 47 | 51 |
| Octal | 255 | 361 | 312 | 34 | 0 | 20 | 5 | 222 | 107 | 121 |
| Binary | 10101101 | 11110001 | 11001010 | 11100 | 0 | 10000 | 101 | 10010010 | 1000111 | 1010001 |
Color Harmonies of #ADF1CA
Complementary color
Monochromatic Colors of #ADF1CA
Black with #ADF1CA
Text Example
Text Example
White with #ADF1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1CA; }
p { color: rgb(173,241,202); }
H1.HeaderClassName
{
color: #ADF1CA;
}
.AnyTagClassName
{
color: #ADF1CA;
}
</style>
background-color css
<style>
a { background-color: #ADF1CA; }
a { background-color: rgb(173,241,202); }
div.DivClassName
{
background-color: #ADF1CA;
}
.BgClassName
{
background-color: #ADF1CA;
}
</style>
border-color css
<style>
span { border-color: #ADF1CA; }
span { border-color: rgb(173,241,202); }
td.TdClassName
{
border-color: #ADF1CA;
}
.TagClassName
{
border-color: #ADF1CA;
}
</style>