Shades of Magic Mint #ADE1C9
Tints of Magic Mint #ADE1C9
RGB
CMYK
RGB Variations
Color information
#ADE1C9 (or 0xADE1C9) is known color: Magic Mint. HEX triplet: AD, E1 and C9. RGB value is (173,225,201). Sum of RGB (Red+Green+Blue) = 173+225+201=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1C9 is #521E36. Grayscale: #CECECE. Windows color (decimal): -5381687 or 13230509. OLE color: 13230509.
HSL color Cylindrical-coordinate representation of color #ADE1C9: hue angle of 152.31º degrees, saturation: 0.46, 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 #ADE1C9 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 201 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.12 |
| HSL | 152.31º | 0.46% | 0.78% | - |
| HSV(B) | 152.31º | 0.23% | 0.88% | - |
| XYZ | 54.7 | 66.95 | 65.3 | - |
| YUV | 206.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 201 | 0.23 | 0 | 0.11 | 0.12 | 152.31 | 0.46 | 0.78 |
| Hex | AD | E1 | C9 | 17 | 0 | B | C | 98 | 2E | 4E |
| Octal | 255 | 341 | 311 | 27 | 0 | 13 | 14 | 230 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11001001 | 10111 | 0 | 1011 | 1100 | 10011000 | 101110 | 1001110 |
Color Harmonies of #ADE1C9
Complementary color
Monochromatic Colors of #ADE1C9
Black with #ADE1C9
Text Example
Text Example
White with #ADE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1C9; }
p { color: rgb(173,225,201); }
H1.HeaderClassName
{
color: #ADE1C9;
}
.AnyTagClassName
{
color: #ADE1C9;
}
</style>
background-color css
<style>
a { background-color: #ADE1C9; }
a { background-color: rgb(173,225,201); }
div.DivClassName
{
background-color: #ADE1C9;
}
.BgClassName
{
background-color: #ADE1C9;
}
</style>
border-color css
<style>
span { border-color: #ADE1C9; }
span { border-color: rgb(173,225,201); }
td.TdClassName
{
border-color: #ADE1C9;
}
.TagClassName
{
border-color: #ADE1C9;
}
</style>