Shades of Magic Mint #ADDDC5
Tints of Magic Mint #ADDDC5
RGB
CMYK
RGB Variations
Color information
#ADDDC5 (or 0xADDDC5) is known color: Magic Mint. HEX triplet: AD, DD and C5. RGB value is (173,221,197). Sum of RGB (Red+Green+Blue) = 173+221+197=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDC5 is #52223A. Grayscale: #CBCBCB. Windows color (decimal): -5382715 or 12967341. OLE color: 12967341.
HSL color Cylindrical-coordinate representation of color #ADDDC5: hue angle of 150º 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 #ADDDC5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 221 | 197 | - |
CMYK | 0.22 | 0 | 0.11 | 0.13 |
HSL | 150º | 0.41% | 0.77% | - |
HSV(B) | 150º | 0.22% | 0.87% | - |
XYZ | 53.17 | 64.63 | 62.5 | - |
YUV | 203.91 | 124.1 | 105.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 221 | 197 | 0.22 | 0 | 0.11 | 0.13 | 150 | 0.41 | 0.77 |
Hex | AD | DD | C5 | 16 | 0 | B | D | 96 | 29 | 4D |
Octal | 255 | 335 | 305 | 26 | 0 | 13 | 15 | 226 | 51 | 115 |
Binary | 10101101 | 11011101 | 11000101 | 10110 | 0 | 1011 | 1101 | 10010110 | 101001 | 1001101 |
Color Harmonies of #ADDDC5
Complementary color
Monochromatic Colors of #ADDDC5
Black with #ADDDC5
Text Example
Text Example
White with #ADDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDC5; }
p { color: rgb(173,221,197); }
H1.HeaderClassName
{
color: #ADDDC5;
}
.AnyTagClassName
{
color: #ADDDC5;
}
</style>
background-color css
<style>
a { background-color: #ADDDC5; }
a { background-color: rgb(173,221,197); }
div.DivClassName
{
background-color: #ADDDC5;
}
.BgClassName
{
background-color: #ADDDC5;
}
</style>
border-color css
<style>
span { border-color: #ADDDC5; }
span { border-color: rgb(173,221,197); }
td.TdClassName
{
border-color: #ADDDC5;
}
.TagClassName
{
border-color: #ADDDC5;
}
</style>