Shades of Magic Mint #ADF0CA
Tints of Magic Mint #ADF0CA
RGB
CMYK
RGB Variations
Color information
#ADF0CA (or 0xADF0CA) is known color: Magic Mint. HEX triplet: AD, F0 and CA. RGB value is (173,240,202). Sum of RGB (Red+Green+Blue) = 173+240+202=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0CA is #520F35. Grayscale: #D7D7D7. Windows color (decimal): -5377846 or 13299885. OLE color: 13299885.
HSL color Cylindrical-coordinate representation of color #ADF0CA: hue angle of 145.97º 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 #ADF0CA is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 202 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.06 |
| HSL | 145.97º | 0.69% | 0.81% | - |
| HSV(B) | 145.97º | 0.28% | 0.94% | - |
| XYZ | 59.05 | 75.47 | 67.33 | - |
| YUV | 215.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 202 | 0.28 | 0 | 0.16 | 0.06 | 145.97 | 0.69 | 0.81 |
| Hex | AD | F0 | CA | 1C | 0 | 10 | 6 | 92 | 45 | 51 |
| Octal | 255 | 360 | 312 | 34 | 0 | 20 | 6 | 222 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11001010 | 11100 | 0 | 10000 | 110 | 10010010 | 1000101 | 1010001 |
Color Harmonies of #ADF0CA
Complementary color
Monochromatic Colors of #ADF0CA
Black with #ADF0CA
Text Example
Text Example
White with #ADF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0CA; }
p { color: rgb(173,240,202); }
H1.HeaderClassName
{
color: #ADF0CA;
}
.AnyTagClassName
{
color: #ADF0CA;
}
</style>
background-color css
<style>
a { background-color: #ADF0CA; }
a { background-color: rgb(173,240,202); }
div.DivClassName
{
background-color: #ADF0CA;
}
.BgClassName
{
background-color: #ADF0CA;
}
</style>
border-color css
<style>
span { border-color: #ADF0CA; }
span { border-color: rgb(173,240,202); }
td.TdClassName
{
border-color: #ADF0CA;
}
.TagClassName
{
border-color: #ADF0CA;
}
</style>