Shades of Magic Mint #ADFACA
Tints of Magic Mint #ADFACA
RGB
CMYK
RGB Variations
Color information
#ADFACA (or 0xADFACA) is known color: Magic Mint. HEX triplet: AD, FA and CA. RGB value is (173,250,202). Sum of RGB (Red+Green+Blue) = 173+250+202=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFACA is #520535. Grayscale: #DDDDDD. Windows color (decimal): -5375286 or 13302445. OLE color: 13302445.
HSL color Cylindrical-coordinate representation of color #ADFACA: hue angle of 142.6º degrees, saturation: 0.89, 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 #ADFACA is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 202 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.02 |
| HSL | 142.6º | 0.89% | 0.83% | - |
| HSV(B) | 142.6º | 0.31% | 0.98% | - |
| XYZ | 62.08 | 81.52 | 68.34 | - |
| YUV | 221.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 202 | 0.31 | 0 | 0.19 | 0.02 | 142.6 | 0.89 | 0.83 |
| Hex | AD | FA | CA | 1F | 0 | 13 | 2 | 8F | 59 | 53 |
| Octal | 255 | 372 | 312 | 37 | 0 | 23 | 2 | 217 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11001010 | 11111 | 0 | 10011 | 10 | 10001111 | 1011001 | 1010011 |
Color Harmonies of #ADFACA
Complementary color
Monochromatic Colors of #ADFACA
Black with #ADFACA
Text Example
Text Example
White with #ADFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFACA; }
p { color: rgb(173,250,202); }
H1.HeaderClassName
{
color: #ADFACA;
}
.AnyTagClassName
{
color: #ADFACA;
}
</style>
background-color css
<style>
a { background-color: #ADFACA; }
a { background-color: rgb(173,250,202); }
div.DivClassName
{
background-color: #ADFACA;
}
.BgClassName
{
background-color: #ADFACA;
}
</style>
border-color css
<style>
span { border-color: #ADFACA; }
span { border-color: rgb(173,250,202); }
td.TdClassName
{
border-color: #ADFACA;
}
.TagClassName
{
border-color: #ADFACA;
}
</style>