Shades of Magic Mint #ADFACC
Tints of Magic Mint #ADFACC
RGB
CMYK
RGB Variations
Color information
#ADFACC (or 0xADFACC) is known color: Magic Mint. HEX triplet: AD, FA and CC. RGB value is (173,250,204). Sum of RGB (Red+Green+Blue) = 173+250+204=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFACC is #520533. Grayscale: #DDDDDD. Windows color (decimal): -5375284 or 13433517. OLE color: 13433517.
HSL color Cylindrical-coordinate representation of color #ADFACC: hue angle of 144.16º 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 #ADFACC is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 204 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.02 |
| HSL | 144.16º | 0.89% | 0.83% | - |
| HSV(B) | 144.16º | 0.31% | 0.98% | - |
| XYZ | 62.32 | 81.62 | 69.6 | - |
| YUV | 221.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 204 | 0.31 | 0 | 0.18 | 0.02 | 144.16 | 0.89 | 0.83 |
| Hex | AD | FA | CC | 1F | 0 | 12 | 2 | 90 | 59 | 53 |
| Octal | 255 | 372 | 314 | 37 | 0 | 22 | 2 | 220 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11001100 | 11111 | 0 | 10010 | 10 | 10010000 | 1011001 | 1010011 |
Color Harmonies of #ADFACC
Complementary color
Monochromatic Colors of #ADFACC
Black with #ADFACC
Text Example
Text Example
White with #ADFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFACC; }
p { color: rgb(173,250,204); }
H1.HeaderClassName
{
color: #ADFACC;
}
.AnyTagClassName
{
color: #ADFACC;
}
</style>
background-color css
<style>
a { background-color: #ADFACC; }
a { background-color: rgb(173,250,204); }
div.DivClassName
{
background-color: #ADFACC;
}
.BgClassName
{
background-color: #ADFACC;
}
</style>
border-color css
<style>
span { border-color: #ADFACC; }
span { border-color: rgb(173,250,204); }
td.TdClassName
{
border-color: #ADFACC;
}
.TagClassName
{
border-color: #ADFACC;
}
</style>