Shades of Magic Mint #ADEECD
Tints of Magic Mint #ADEECD
RGB
CMYK
RGB Variations
Color information
#ADEECD (or 0xADEECD) is known color: Magic Mint. HEX triplet: AD, EE and CD. RGB value is (173,238,205). Sum of RGB (Red+Green+Blue) = 173+238+205=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEECD is #521132. Grayscale: #D6D6D6. Windows color (decimal): -5378355 or 13495981. OLE color: 13495981.
HSL color Cylindrical-coordinate representation of color #ADEECD: hue angle of 149.54º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEECD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 205 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 149.54º | 0.66% | 0.81% | - |
| HSV(B) | 149.54º | 0.27% | 0.93% | - |
| XYZ | 58.83 | 74.44 | 69.03 | - |
| YUV | 214.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 205 | 0.27 | 0 | 0.14 | 0.07 | 149.54 | 0.66 | 0.81 |
| Hex | AD | EE | CD | 1B | 0 | E | 7 | 96 | 42 | 51 |
| Octal | 255 | 356 | 315 | 33 | 0 | 16 | 7 | 226 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11001101 | 11011 | 0 | 1110 | 111 | 10010110 | 1000010 | 1010001 |
Color Harmonies of #ADEECD
Complementary color
Monochromatic Colors of #ADEECD
Black with #ADEECD
Text Example
Text Example
White with #ADEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEECD; }
p { color: rgb(173,238,205); }
H1.HeaderClassName
{
color: #ADEECD;
}
.AnyTagClassName
{
color: #ADEECD;
}
</style>
background-color css
<style>
a { background-color: #ADEECD; }
a { background-color: rgb(173,238,205); }
div.DivClassName
{
background-color: #ADEECD;
}
.BgClassName
{
background-color: #ADEECD;
}
</style>
border-color css
<style>
span { border-color: #ADEECD; }
span { border-color: rgb(173,238,205); }
td.TdClassName
{
border-color: #ADEECD;
}
.TagClassName
{
border-color: #ADEECD;
}
</style>