Shades of Magic Mint #ADDEC4
Tints of Magic Mint #ADDEC4
RGB
CMYK
RGB Variations
Color information
#ADDEC4 (or 0xADDEC4) is known color: Magic Mint. HEX triplet: AD, DE and C4. RGB value is (173,222,196). Sum of RGB (Red+Green+Blue) = 173+222+196=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEC4 is #52213B. Grayscale: #CCCCCC. Windows color (decimal): -5382460 or 12902061. OLE color: 12902061.
HSL color Cylindrical-coordinate representation of color #ADDEC4: hue angle of 148.16º 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 #ADDEC4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 196 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.13 |
| HSL | 148.16º | 0.43% | 0.77% | - |
| HSV(B) | 148.16º | 0.22% | 0.87% | - |
| XYZ | 53.32 | 65.11 | 61.98 | - |
| YUV | 204.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 196 | 0.22 | 0 | 0.12 | 0.13 | 148.16 | 0.43 | 0.77 |
| Hex | AD | DE | C4 | 16 | 0 | C | D | 94 | 2B | 4D |
| Octal | 255 | 336 | 304 | 26 | 0 | 14 | 15 | 224 | 53 | 115 |
| Binary | 10101101 | 11011110 | 11000100 | 10110 | 0 | 1100 | 1101 | 10010100 | 101011 | 1001101 |
Color Harmonies of #ADDEC4
Complementary color
Monochromatic Colors of #ADDEC4
Black with #ADDEC4
Text Example
Text Example
White with #ADDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEC4; }
p { color: rgb(173,222,196); }
H1.HeaderClassName
{
color: #ADDEC4;
}
.AnyTagClassName
{
color: #ADDEC4;
}
</style>
background-color css
<style>
a { background-color: #ADDEC4; }
a { background-color: rgb(173,222,196); }
div.DivClassName
{
background-color: #ADDEC4;
}
.BgClassName
{
background-color: #ADDEC4;
}
</style>
border-color css
<style>
span { border-color: #ADDEC4; }
span { border-color: rgb(173,222,196); }
td.TdClassName
{
border-color: #ADDEC4;
}
.TagClassName
{
border-color: #ADDEC4;
}
</style>