Shades of Magic Mint #ADE0C9
Tints of Magic Mint #ADE0C9
RGB
CMYK
RGB Variations
Color information
#ADE0C9 (or 0xADE0C9) is known color: Magic Mint. HEX triplet: AD, E0 and C9. RGB value is (173,224,201). Sum of RGB (Red+Green+Blue) = 173+224+201=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0C9 is #521F36. Grayscale: #CECECE. Windows color (decimal): -5381943 or 13230253. OLE color: 13230253.
HSL color Cylindrical-coordinate representation of color #ADE0C9: hue angle of 152.94º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0C9 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 201 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 152.94º | 0.45% | 0.78% | - |
| HSV(B) | 152.94º | 0.23% | 0.88% | - |
| XYZ | 54.43 | 66.41 | 65.21 | - |
| YUV | 206.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 201 | 0.23 | 0 | 0.10 | 0.12 | 152.94 | 0.45 | 0.78 |
| Hex | AD | E0 | C9 | 17 | 0 | A | C | 99 | 2D | 4E |
| Octal | 255 | 340 | 311 | 27 | 0 | 12 | 14 | 231 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11001001 | 10111 | 0 | 1010 | 1100 | 10011001 | 101101 | 1001110 |
Color Harmonies of #ADE0C9
Complementary color
Monochromatic Colors of #ADE0C9
Black with #ADE0C9
Text Example
Text Example
White with #ADE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0C9; }
p { color: rgb(173,224,201); }
H1.HeaderClassName
{
color: #ADE0C9;
}
.AnyTagClassName
{
color: #ADE0C9;
}
</style>
background-color css
<style>
a { background-color: #ADE0C9; }
a { background-color: rgb(173,224,201); }
div.DivClassName
{
background-color: #ADE0C9;
}
.BgClassName
{
background-color: #ADE0C9;
}
</style>
border-color css
<style>
span { border-color: #ADE0C9; }
span { border-color: rgb(173,224,201); }
td.TdClassName
{
border-color: #ADE0C9;
}
.TagClassName
{
border-color: #ADE0C9;
}
</style>