Shades of Magic Mint #ADE7C9
Tints of Magic Mint #ADE7C9
RGB
CMYK
RGB Variations
Color information
#ADE7C9 (or 0xADE7C9) is known color: Magic Mint. HEX triplet: AD, E7 and C9. RGB value is (173,231,201). Sum of RGB (Red+Green+Blue) = 173+231+201=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7C9 is #521836. Grayscale: #D2D2D2. Windows color (decimal): -5380151 or 13232045. OLE color: 13232045.
HSL color Cylindrical-coordinate representation of color #ADE7C9: hue angle of 148.97º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7C9 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 201 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 148.97º | 0.55% | 0.79% | - |
| HSV(B) | 148.97º | 0.25% | 0.91% | - |
| XYZ | 56.35 | 70.25 | 65.85 | - |
| YUV | 210.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 201 | 0.25 | 0 | 0.13 | 0.09 | 148.97 | 0.55 | 0.79 |
| Hex | AD | E7 | C9 | 19 | 0 | D | 9 | 95 | 37 | 4F |
| Octal | 255 | 347 | 311 | 31 | 0 | 15 | 11 | 225 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11001001 | 11001 | 0 | 1101 | 1001 | 10010101 | 110111 | 1001111 |
Color Harmonies of #ADE7C9
Complementary color
Monochromatic Colors of #ADE7C9
Black with #ADE7C9
Text Example
Text Example
White with #ADE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7C9; }
p { color: rgb(173,231,201); }
H1.HeaderClassName
{
color: #ADE7C9;
}
.AnyTagClassName
{
color: #ADE7C9;
}
</style>
background-color css
<style>
a { background-color: #ADE7C9; }
a { background-color: rgb(173,231,201); }
div.DivClassName
{
background-color: #ADE7C9;
}
.BgClassName
{
background-color: #ADE7C9;
}
</style>
border-color css
<style>
span { border-color: #ADE7C9; }
span { border-color: rgb(173,231,201); }
td.TdClassName
{
border-color: #ADE7C9;
}
.TagClassName
{
border-color: #ADE7C9;
}
</style>