Shades of Magic Mint #ADE8D0
Tints of Magic Mint #ADE8D0
RGB
CMYK
RGB Variations
Color information
#ADE8D0 (or 0xADE8D0) is known color: Magic Mint. HEX triplet: AD, E8 and D0. RGB value is (173,232,208). Sum of RGB (Red+Green+Blue) = 173+232+208=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8D0 is #52172F. Grayscale: #D3D3D3. Windows color (decimal): -5379888 or 13691053. OLE color: 13691053.
HSL color Cylindrical-coordinate representation of color #ADE8D0: hue angle of 155.59º degrees, saturation: 0.56, 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 #ADE8D0 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 208 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.09 |
| HSL | 155.59º | 0.56% | 0.79% | - |
| HSV(B) | 155.59º | 0.25% | 0.91% | - |
| XYZ | 57.48 | 71.15 | 70.38 | - |
| YUV | 211.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 208 | 0.25 | 0 | 0.10 | 0.09 | 155.59 | 0.56 | 0.79 |
| Hex | AD | E8 | D0 | 19 | 0 | A | 9 | 9C | 38 | 4F |
| Octal | 255 | 350 | 320 | 31 | 0 | 12 | 11 | 234 | 70 | 117 |
| Binary | 10101101 | 11101000 | 11010000 | 11001 | 0 | 1010 | 1001 | 10011100 | 111000 | 1001111 |
Color Harmonies of #ADE8D0
Complementary color
Monochromatic Colors of #ADE8D0
Black with #ADE8D0
Text Example
Text Example
White with #ADE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8D0; }
p { color: rgb(173,232,208); }
H1.HeaderClassName
{
color: #ADE8D0;
}
.AnyTagClassName
{
color: #ADE8D0;
}
</style>
background-color css
<style>
a { background-color: #ADE8D0; }
a { background-color: rgb(173,232,208); }
div.DivClassName
{
background-color: #ADE8D0;
}
.BgClassName
{
background-color: #ADE8D0;
}
</style>
border-color css
<style>
span { border-color: #ADE8D0; }
span { border-color: rgb(173,232,208); }
td.TdClassName
{
border-color: #ADE8D0;
}
.TagClassName
{
border-color: #ADE8D0;
}
</style>