Shades of Magic Mint #ADFFCC
Tints of Magic Mint #ADFFCC
RGB
CMYK
RGB Variations
Color information
#ADFFCC (or 0xADFFCC) is known color: Magic Mint. HEX triplet: AD, FF and CC. RGB value is (173,255,204). Sum of RGB (Red+Green+Blue) = 173+255+204=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFCC is #520033. Grayscale: #E0E0E0. Windows color (decimal): -5374004 or 13434797. OLE color: 13434797.
HSL color Cylindrical-coordinate representation of color #ADFFCC: hue angle of 142.68º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFCC is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 204 | - |
| CMYK | 0.32 | 0 | 0.2 | 0 |
| HSL | 142.68º | 1% | 0.84% | - |
| HSV(B) | 142.68º | 0.32% | 1% | - |
| XYZ | 63.89 | 84.76 | 70.12 | - |
| YUV | 224.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 204 | 0.32 | 0 | 0.2 | 0 | 142.68 | 1 | 0.84 |
| Hex | AD | FF | CC | 20 | 0 | 14 | 0 | 8F | 64 | 54 |
| Octal | 255 | 377 | 314 | 40 | 0 | 24 | 0 | 217 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11001100 | 100000 | 0 | 10100 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #ADFFCC
Complementary color
Monochromatic Colors of #ADFFCC
Black with #ADFFCC
Text Example
Text Example
White with #ADFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFCC; }
p { color: rgb(173,255,204); }
H1.HeaderClassName
{
color: #ADFFCC;
}
.AnyTagClassName
{
color: #ADFFCC;
}
</style>
background-color css
<style>
a { background-color: #ADFFCC; }
a { background-color: rgb(173,255,204); }
div.DivClassName
{
background-color: #ADFFCC;
}
.BgClassName
{
background-color: #ADFFCC;
}
</style>
border-color css
<style>
span { border-color: #ADFFCC; }
span { border-color: rgb(173,255,204); }
td.TdClassName
{
border-color: #ADFFCC;
}
.TagClassName
{
border-color: #ADFFCC;
}
</style>