Shades of Magic Mint #ADFCD2
Tints of Magic Mint #ADFCD2
RGB
CMYK
RGB Variations
Color information
#ADFCD2 (or 0xADFCD2) is known color: Magic Mint. HEX triplet: AD, FC and D2. RGB value is (173,252,210). Sum of RGB (Red+Green+Blue) = 173+252+210=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD2 is #52032D. Grayscale: #DFDFDF. Windows color (decimal): -5374766 or 13827245. OLE color: 13827245.
HSL color Cylindrical-coordinate representation of color #ADFCD2: hue angle of 148.1º 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 #ADFCD2 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 210 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.01 |
| HSL | 148.1º | 0.93% | 0.83% | - |
| HSV(B) | 148.1º | 0.31% | 0.99% | - |
| XYZ | 63.68 | 83.16 | 73.67 | - |
| YUV | 223.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 210 | 0.31 | 0 | 0.17 | 0.01 | 148.1 | 0.93 | 0.83 |
| Hex | AD | FC | D2 | 1F | 0 | 11 | 1 | 94 | 5D | 53 |
| Octal | 255 | 374 | 322 | 37 | 0 | 21 | 1 | 224 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11010010 | 11111 | 0 | 10001 | 1 | 10010100 | 1011101 | 1010011 |
Color Harmonies of #ADFCD2
Complementary color
Monochromatic Colors of #ADFCD2
Black with #ADFCD2
Text Example
Text Example
White with #ADFCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCD2; }
p { color: rgb(173,252,210); }
H1.HeaderClassName
{
color: #ADFCD2;
}
.AnyTagClassName
{
color: #ADFCD2;
}
</style>
background-color css
<style>
a { background-color: #ADFCD2; }
a { background-color: rgb(173,252,210); }
div.DivClassName
{
background-color: #ADFCD2;
}
.BgClassName
{
background-color: #ADFCD2;
}
</style>
border-color css
<style>
span { border-color: #ADFCD2; }
span { border-color: rgb(173,252,210); }
td.TdClassName
{
border-color: #ADFCD2;
}
.TagClassName
{
border-color: #ADFCD2;
}
</style>