Shades of Magic Mint #ADF2CA
Tints of Magic Mint #ADF2CA
RGB
CMYK
RGB Variations
Color information
#ADF2CA (or 0xADF2CA) is known color: Magic Mint. HEX triplet: AD, F2 and CA. RGB value is (173,242,202). Sum of RGB (Red+Green+Blue) = 173+242+202=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2CA is #520D35. Grayscale: #D8D8D8. Windows color (decimal): -5377334 or 13300397. OLE color: 13300397.
HSL color Cylindrical-coordinate representation of color #ADF2CA: hue angle of 145.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2CA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 202 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.05 |
| HSL | 145.22º | 0.73% | 0.81% | - |
| HSV(B) | 145.22º | 0.29% | 0.95% | - |
| XYZ | 59.65 | 76.65 | 67.53 | - |
| YUV | 216.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 202 | 0.29 | 0 | 0.17 | 0.05 | 145.22 | 0.73 | 0.81 |
| Hex | AD | F2 | CA | 1D | 0 | 11 | 5 | 91 | 49 | 51 |
| Octal | 255 | 362 | 312 | 35 | 0 | 21 | 5 | 221 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11001010 | 11101 | 0 | 10001 | 101 | 10010001 | 1001001 | 1010001 |
Color Harmonies of #ADF2CA
Complementary color
Monochromatic Colors of #ADF2CA
Black with #ADF2CA
Text Example
Text Example
White with #ADF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2CA; }
p { color: rgb(173,242,202); }
H1.HeaderClassName
{
color: #ADF2CA;
}
.AnyTagClassName
{
color: #ADF2CA;
}
</style>
background-color css
<style>
a { background-color: #ADF2CA; }
a { background-color: rgb(173,242,202); }
div.DivClassName
{
background-color: #ADF2CA;
}
.BgClassName
{
background-color: #ADF2CA;
}
</style>
border-color css
<style>
span { border-color: #ADF2CA; }
span { border-color: rgb(173,242,202); }
td.TdClassName
{
border-color: #ADF2CA;
}
.TagClassName
{
border-color: #ADF2CA;
}
</style>