Shades of Magic Mint #ADE5CD
Tints of Magic Mint #ADE5CD
RGB
CMYK
RGB Variations
Color information
#ADE5CD (or 0xADE5CD) is known color: Magic Mint. HEX triplet: AD, E5 and CD. RGB value is (173,229,205). Sum of RGB (Red+Green+Blue) = 173+229+205=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5CD is #521A32. Grayscale: #D1D1D1. Windows color (decimal): -5380659 or 13493677. OLE color: 13493677.
HSL color Cylindrical-coordinate representation of color #ADE5CD: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5CD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 205 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.10 |
| HSL | 154.29º | 0.52% | 0.79% | - |
| HSV(B) | 154.29º | 0.24% | 0.9% | - |
| XYZ | 56.27 | 69.33 | 68.17 | - |
| YUV | 209.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 205 | 0.24 | 0 | 0.10 | 0.10 | 154.29 | 0.52 | 0.79 |
| Hex | AD | E5 | CD | 18 | 0 | A | A | 9A | 34 | 4F |
| Octal | 255 | 345 | 315 | 30 | 0 | 12 | 12 | 232 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11001101 | 11000 | 0 | 1010 | 1010 | 10011010 | 110100 | 1001111 |
Color Harmonies of #ADE5CD
Complementary color
Monochromatic Colors of #ADE5CD
Black with #ADE5CD
Text Example
Text Example
White with #ADE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5CD; }
p { color: rgb(173,229,205); }
H1.HeaderClassName
{
color: #ADE5CD;
}
.AnyTagClassName
{
color: #ADE5CD;
}
</style>
background-color css
<style>
a { background-color: #ADE5CD; }
a { background-color: rgb(173,229,205); }
div.DivClassName
{
background-color: #ADE5CD;
}
.BgClassName
{
background-color: #ADE5CD;
}
</style>
border-color css
<style>
span { border-color: #ADE5CD; }
span { border-color: rgb(173,229,205); }
td.TdClassName
{
border-color: #ADE5CD;
}
.TagClassName
{
border-color: #ADE5CD;
}
</style>