Shades of Magic Mint #ADDDC3
Tints of Magic Mint #ADDDC3
RGB
CMYK
RGB Variations
Color information
#ADDDC3 (or 0xADDDC3) is known color: Magic Mint. HEX triplet: AD, DD and C3. RGB value is (173,221,195). Sum of RGB (Red+Green+Blue) = 173+221+195=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC3 is #52223C. Grayscale: #CBCBCB. Windows color (decimal): -5382717 or 12836269. OLE color: 12836269.
HSL color Cylindrical-coordinate representation of color #ADDDC3: hue angle of 147.5º degrees, saturation: 0.41, 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 #ADDDC3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 195 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.13 |
| HSL | 147.5º | 0.41% | 0.77% | - |
| HSV(B) | 147.5º | 0.22% | 0.87% | - |
| XYZ | 52.94 | 64.54 | 61.3 | - |
| YUV | 203.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 195 | 0.22 | 0 | 0.12 | 0.13 | 147.5 | 0.41 | 0.77 |
| Hex | AD | DD | C3 | 16 | 0 | C | D | 94 | 29 | 4D |
| Octal | 255 | 335 | 303 | 26 | 0 | 14 | 15 | 224 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11000011 | 10110 | 0 | 1100 | 1101 | 10010100 | 101001 | 1001101 |
Color Harmonies of #ADDDC3
Complementary color
Monochromatic Colors of #ADDDC3
Black with #ADDDC3
Text Example
Text Example
White with #ADDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDC3; }
p { color: rgb(173,221,195); }
H1.HeaderClassName
{
color: #ADDDC3;
}
.AnyTagClassName
{
color: #ADDDC3;
}
</style>
background-color css
<style>
a { background-color: #ADDDC3; }
a { background-color: rgb(173,221,195); }
div.DivClassName
{
background-color: #ADDDC3;
}
.BgClassName
{
background-color: #ADDDC3;
}
</style>
border-color css
<style>
span { border-color: #ADDDC3; }
span { border-color: rgb(173,221,195); }
td.TdClassName
{
border-color: #ADDDC3;
}
.TagClassName
{
border-color: #ADDDC3;
}
</style>