Shades of Magic Mint #ADE3CD
Tints of Magic Mint #ADE3CD
RGB
CMYK
RGB Variations
Color information
#ADE3CD (or 0xADE3CD) is known color: Magic Mint. HEX triplet: AD, E3 and CD. RGB value is (173,227,205). Sum of RGB (Red+Green+Blue) = 173+227+205=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3CD is #521C32. Grayscale: #D0D0D0. Windows color (decimal): -5381171 or 13493165. OLE color: 13493165.
HSL color Cylindrical-coordinate representation of color #ADE3CD: hue angle of 155.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3CD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 205 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.11 |
| HSL | 155.56º | 0.49% | 0.78% | - |
| HSV(B) | 155.56º | 0.24% | 0.89% | - |
| XYZ | 55.72 | 68.23 | 67.99 | - |
| YUV | 208.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 205 | 0.24 | 0 | 0.10 | 0.11 | 155.56 | 0.49 | 0.78 |
| Hex | AD | E3 | CD | 18 | 0 | A | B | 9C | 31 | 4E |
| Octal | 255 | 343 | 315 | 30 | 0 | 12 | 13 | 234 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11001101 | 11000 | 0 | 1010 | 1011 | 10011100 | 110001 | 1001110 |
Color Harmonies of #ADE3CD
Complementary color
Monochromatic Colors of #ADE3CD
Black with #ADE3CD
Text Example
Text Example
White with #ADE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3CD; }
p { color: rgb(173,227,205); }
H1.HeaderClassName
{
color: #ADE3CD;
}
.AnyTagClassName
{
color: #ADE3CD;
}
</style>
background-color css
<style>
a { background-color: #ADE3CD; }
a { background-color: rgb(173,227,205); }
div.DivClassName
{
background-color: #ADE3CD;
}
.BgClassName
{
background-color: #ADE3CD;
}
</style>
border-color css
<style>
span { border-color: #ADE3CD; }
span { border-color: rgb(173,227,205); }
td.TdClassName
{
border-color: #ADE3CD;
}
.TagClassName
{
border-color: #ADE3CD;
}
</style>