Shades of Magic Mint #ADDEC7
Tints of Magic Mint #ADDEC7
RGB
CMYK
RGB Variations
Color information
#ADDEC7 (or 0xADDEC7) is known color: Magic Mint. HEX triplet: AD, DE and C7. RGB value is (173,222,199). Sum of RGB (Red+Green+Blue) = 173+222+199=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC7 is #522138. Grayscale: #CCCCCC. Windows color (decimal): -5382457 or 13098669. OLE color: 13098669.
HSL color Cylindrical-coordinate representation of color #ADDEC7: hue angle of 151.84º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 199 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.13 |
| HSL | 151.84º | 0.43% | 0.77% | - |
| HSV(B) | 151.84º | 0.22% | 0.87% | - |
| XYZ | 53.66 | 65.25 | 63.8 | - |
| YUV | 204.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 199 | 0.22 | 0 | 0.10 | 0.13 | 151.84 | 0.43 | 0.77 |
| Hex | AD | DE | C7 | 16 | 0 | A | D | 98 | 2B | 4D |
| Octal | 255 | 336 | 307 | 26 | 0 | 12 | 15 | 230 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11000111 | 10110 | 0 | 1010 | 1101 | 10011000 | 101011 | 1001101 |
Color Harmonies of #ADDEC7
Complementary color
Monochromatic Colors of #ADDEC7
Black with #ADDEC7
Text Example
Text Example
White with #ADDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEC7; }
p { color: rgb(173,222,199); }
H1.HeaderClassName
{
color: #ADDEC7;
}
.AnyTagClassName
{
color: #ADDEC7;
}
</style>
background-color css
<style>
a { background-color: #ADDEC7; }
a { background-color: rgb(173,222,199); }
div.DivClassName
{
background-color: #ADDEC7;
}
.BgClassName
{
background-color: #ADDEC7;
}
</style>
border-color css
<style>
span { border-color: #ADDEC7; }
span { border-color: rgb(173,222,199); }
td.TdClassName
{
border-color: #ADDEC7;
}
.TagClassName
{
border-color: #ADDEC7;
}
</style>