Shades of Magic Mint #ADE7C8
Tints of Magic Mint #ADE7C8
RGB
CMYK
RGB Variations
Color information
#ADE7C8 (or 0xADE7C8) is known color: Magic Mint. HEX triplet: AD, E7 and C8. RGB value is (173,231,200). Sum of RGB (Red+Green+Blue) = 173+231+200=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7C8 is #521837. Grayscale: #D2D2D2. Windows color (decimal): -5380152 or 13166509. OLE color: 13166509.
HSL color Cylindrical-coordinate representation of color #ADE7C8: hue angle of 147.93º degrees, saturation: 0.55, 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 #ADE7C8 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 200 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 147.93º | 0.55% | 0.79% | - |
| HSV(B) | 147.93º | 0.25% | 0.91% | - |
| XYZ | 56.23 | 70.21 | 65.23 | - |
| YUV | 210.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 200 | 0.25 | 0 | 0.13 | 0.09 | 147.93 | 0.55 | 0.79 |
| Hex | AD | E7 | C8 | 19 | 0 | D | 9 | 94 | 37 | 4F |
| Octal | 255 | 347 | 310 | 31 | 0 | 15 | 11 | 224 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11001000 | 11001 | 0 | 1101 | 1001 | 10010100 | 110111 | 1001111 |
Color Harmonies of #ADE7C8
Complementary color
Monochromatic Colors of #ADE7C8
Black with #ADE7C8
Text Example
Text Example
White with #ADE7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7C8; }
p { color: rgb(173,231,200); }
H1.HeaderClassName
{
color: #ADE7C8;
}
.AnyTagClassName
{
color: #ADE7C8;
}
</style>
background-color css
<style>
a { background-color: #ADE7C8; }
a { background-color: rgb(173,231,200); }
div.DivClassName
{
background-color: #ADE7C8;
}
.BgClassName
{
background-color: #ADE7C8;
}
</style>
border-color css
<style>
span { border-color: #ADE7C8; }
span { border-color: rgb(173,231,200); }
td.TdClassName
{
border-color: #ADE7C8;
}
.TagClassName
{
border-color: #ADE7C8;
}
</style>