Shades of Magic Mint #ADF2CC
Tints of Magic Mint #ADF2CC
RGB
CMYK
RGB Variations
Color information
#ADF2CC (or 0xADF2CC) is known color: Magic Mint. HEX triplet: AD, F2 and CC. RGB value is (173,242,204). Sum of RGB (Red+Green+Blue) = 173+242+204=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2CC is #520D33. Grayscale: #D9D9D9. Windows color (decimal): -5377332 or 13431469. OLE color: 13431469.
HSL color Cylindrical-coordinate representation of color #ADF2CC: hue angle of 146.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF2CC is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 204 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.05 |
| HSL | 146.96º | 0.73% | 0.81% | - |
| HSV(B) | 146.96º | 0.29% | 0.95% | - |
| XYZ | 59.88 | 76.75 | 68.78 | - |
| YUV | 217.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 204 | 0.29 | 0 | 0.16 | 0.05 | 146.96 | 0.73 | 0.81 |
| Hex | AD | F2 | CC | 1D | 0 | 10 | 5 | 93 | 49 | 51 |
| Octal | 255 | 362 | 314 | 35 | 0 | 20 | 5 | 223 | 111 | 121 |
| Binary | 10101101 | 11110010 | 11001100 | 11101 | 0 | 10000 | 101 | 10010011 | 1001001 | 1010001 |
Color Harmonies of #ADF2CC
Complementary color
Monochromatic Colors of #ADF2CC
Black with #ADF2CC
Text Example
Text Example
White with #ADF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF2CC; }
p { color: rgb(173,242,204); }
H1.HeaderClassName
{
color: #ADF2CC;
}
.AnyTagClassName
{
color: #ADF2CC;
}
</style>
background-color css
<style>
a { background-color: #ADF2CC; }
a { background-color: rgb(173,242,204); }
div.DivClassName
{
background-color: #ADF2CC;
}
.BgClassName
{
background-color: #ADF2CC;
}
</style>
border-color css
<style>
span { border-color: #ADF2CC; }
span { border-color: rgb(173,242,204); }
td.TdClassName
{
border-color: #ADF2CC;
}
.TagClassName
{
border-color: #ADF2CC;
}
</style>