Shades of Magic Mint #ADE9C6
Tints of Magic Mint #ADE9C6
RGB
CMYK
RGB Variations
Color information
#ADE9C6 (or 0xADE9C6) is known color: Magic Mint. HEX triplet: AD, E9 and C6. RGB value is (173,233,198). Sum of RGB (Red+Green+Blue) = 173+233+198=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9C6 is #521639. Grayscale: #D3D3D3. Windows color (decimal): -5379642 or 13035949. OLE color: 13035949.
HSL color Cylindrical-coordinate representation of color #ADE9C6: hue angle of 145º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9C6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 198 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.09 |
| HSL | 145º | 0.58% | 0.8% | - |
| HSV(B) | 145º | 0.26% | 0.91% | - |
| XYZ | 56.57 | 71.24 | 64.2 | - |
| YUV | 211.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 198 | 0.26 | 0 | 0.15 | 0.09 | 145 | 0.58 | 0.8 |
| Hex | AD | E9 | C6 | 1A | 0 | F | 9 | 91 | 3A | 50 |
| Octal | 255 | 351 | 306 | 32 | 0 | 17 | 11 | 221 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11000110 | 11010 | 0 | 1111 | 1001 | 10010001 | 111010 | 1010000 |
Color Harmonies of #ADE9C6
Complementary color
Monochromatic Colors of #ADE9C6
Black with #ADE9C6
Text Example
Text Example
White with #ADE9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9C6; }
p { color: rgb(173,233,198); }
H1.HeaderClassName
{
color: #ADE9C6;
}
.AnyTagClassName
{
color: #ADE9C6;
}
</style>
background-color css
<style>
a { background-color: #ADE9C6; }
a { background-color: rgb(173,233,198); }
div.DivClassName
{
background-color: #ADE9C6;
}
.BgClassName
{
background-color: #ADE9C6;
}
</style>
border-color css
<style>
span { border-color: #ADE9C6; }
span { border-color: rgb(173,233,198); }
td.TdClassName
{
border-color: #ADE9C6;
}
.TagClassName
{
border-color: #ADE9C6;
}
</style>