Shades of Magic Mint #ADE8D1
Tints of Magic Mint #ADE8D1
RGB
CMYK
RGB Variations
Color information
#ADE8D1 (or 0xADE8D1) is known color: Magic Mint. HEX triplet: AD, E8 and D1. RGB value is (173,232,209). Sum of RGB (Red+Green+Blue) = 173+232+209=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8D1 is #52172E. Grayscale: #D3D3D3. Windows color (decimal): -5379887 or 13756589. OLE color: 13756589.
HSL color Cylindrical-coordinate representation of color #ADE8D1: hue angle of 156.61º 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 #ADE8D1 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 232 | 209 | - |
CMYK | 0.25 | 0 | 0.10 | 0.09 |
HSL | 156.61º | 0.56% | 0.79% | - |
HSV(B) | 156.61º | 0.25% | 0.91% | - |
XYZ | 57.6 | 71.2 | 71.03 | - |
YUV | 211.74 | 126.45 | 100.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 232 | 209 | 0.25 | 0 | 0.10 | 0.09 | 156.61 | 0.56 | 0.79 |
Hex | AD | E8 | D1 | 19 | 0 | A | 9 | 9D | 38 | 4F |
Octal | 255 | 350 | 321 | 31 | 0 | 12 | 11 | 235 | 70 | 117 |
Binary | 10101101 | 11101000 | 11010001 | 11001 | 0 | 1010 | 1001 | 10011101 | 111000 | 1001111 |
Color Harmonies of #ADE8D1
Complementary color
Monochromatic Colors of #ADE8D1
Black with #ADE8D1
Text Example
Text Example
White with #ADE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8D1; }
p { color: rgb(173,232,209); }
H1.HeaderClassName
{
color: #ADE8D1;
}
.AnyTagClassName
{
color: #ADE8D1;
}
</style>
background-color css
<style>
a { background-color: #ADE8D1; }
a { background-color: rgb(173,232,209); }
div.DivClassName
{
background-color: #ADE8D1;
}
.BgClassName
{
background-color: #ADE8D1;
}
</style>
border-color css
<style>
span { border-color: #ADE8D1; }
span { border-color: rgb(173,232,209); }
td.TdClassName
{
border-color: #ADE8D1;
}
.TagClassName
{
border-color: #ADE8D1;
}
</style>