Shades of Magic Mint #ADE4C4
Tints of Magic Mint #ADE4C4
RGB
CMYK
RGB Variations
Color information
#ADE4C4 (or 0xADE4C4) is known color: Magic Mint. HEX triplet: AD, E4 and C4. RGB value is (173,228,196). Sum of RGB (Red+Green+Blue) = 173+228+196=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4C4 is #521B3B. Grayscale: #CFCFCF. Windows color (decimal): -5380924 or 12903597. OLE color: 12903597.
HSL color Cylindrical-coordinate representation of color #ADE4C4: hue angle of 145.09º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4C4 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 196 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.11 |
| HSL | 145.09º | 0.5% | 0.79% | - |
| HSV(B) | 145.09º | 0.24% | 0.89% | - |
| XYZ | 54.94 | 68.36 | 62.52 | - |
| YUV | 207.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 196 | 0.24 | 0 | 0.14 | 0.11 | 145.09 | 0.5 | 0.79 |
| Hex | AD | E4 | C4 | 18 | 0 | E | B | 91 | 32 | 4F |
| Octal | 255 | 344 | 304 | 30 | 0 | 16 | 13 | 221 | 62 | 117 |
| Binary | 10101101 | 11100100 | 11000100 | 11000 | 0 | 1110 | 1011 | 10010001 | 110010 | 1001111 |
Color Harmonies of #ADE4C4
Complementary color
Monochromatic Colors of #ADE4C4
Black with #ADE4C4
Text Example
Text Example
White with #ADE4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4C4; }
p { color: rgb(173,228,196); }
H1.HeaderClassName
{
color: #ADE4C4;
}
.AnyTagClassName
{
color: #ADE4C4;
}
</style>
background-color css
<style>
a { background-color: #ADE4C4; }
a { background-color: rgb(173,228,196); }
div.DivClassName
{
background-color: #ADE4C4;
}
.BgClassName
{
background-color: #ADE4C4;
}
</style>
border-color css
<style>
span { border-color: #ADE4C4; }
span { border-color: rgb(173,228,196); }
td.TdClassName
{
border-color: #ADE4C4;
}
.TagClassName
{
border-color: #ADE4C4;
}
</style>