Shades of Magic Mint #ADFCD3
Tints of Magic Mint #ADFCD3
RGB
CMYK
RGB Variations
Color information
#ADFCD3 (or 0xADFCD3) is known color: Magic Mint. HEX triplet: AD, FC and D3. RGB value is (173,252,211). Sum of RGB (Red+Green+Blue) = 173+252+211=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD3 is #52032C. Grayscale: #DFDFDF. Windows color (decimal): -5374765 or 13892781. OLE color: 13892781.
HSL color Cylindrical-coordinate representation of color #ADFCD3: hue angle of 148.86º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCD3 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 211 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.01 |
| HSL | 148.86º | 0.93% | 0.83% | - |
| HSV(B) | 148.86º | 0.31% | 0.99% | - |
| XYZ | 63.8 | 83.21 | 74.33 | - |
| YUV | 223.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 211 | 0.31 | 0 | 0.16 | 0.01 | 148.86 | 0.93 | 0.83 |
| Hex | AD | FC | D3 | 1F | 0 | 10 | 1 | 95 | 5D | 53 |
| Octal | 255 | 374 | 323 | 37 | 0 | 20 | 1 | 225 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11010011 | 11111 | 0 | 10000 | 1 | 10010101 | 1011101 | 1010011 |
Color Harmonies of #ADFCD3
Complementary color
Monochromatic Colors of #ADFCD3
Black with #ADFCD3
Text Example
Text Example
White with #ADFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCD3; }
p { color: rgb(173,252,211); }
H1.HeaderClassName
{
color: #ADFCD3;
}
.AnyTagClassName
{
color: #ADFCD3;
}
</style>
background-color css
<style>
a { background-color: #ADFCD3; }
a { background-color: rgb(173,252,211); }
div.DivClassName
{
background-color: #ADFCD3;
}
.BgClassName
{
background-color: #ADFCD3;
}
</style>
border-color css
<style>
span { border-color: #ADFCD3; }
span { border-color: rgb(173,252,211); }
td.TdClassName
{
border-color: #ADFCD3;
}
.TagClassName
{
border-color: #ADFCD3;
}
</style>