Shades of Magic Mint #ADE5C5
Tints of Magic Mint #ADE5C5
RGB
CMYK
RGB Variations
Color information
#ADE5C5 (or 0xADE5C5) is known color: Magic Mint. HEX triplet: AD, E5 and C5. RGB value is (173,229,197). Sum of RGB (Red+Green+Blue) = 173+229+197=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5C5 is #521A3A. Grayscale: #D0D0D0. Windows color (decimal): -5380667 or 12969389. OLE color: 12969389.
HSL color Cylindrical-coordinate representation of color #ADE5C5: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5C5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 197 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.10 |
| HSL | 145.71º | 0.52% | 0.79% | - |
| HSV(B) | 145.71º | 0.24% | 0.9% | - |
| XYZ | 55.33 | 68.95 | 63.22 | - |
| YUV | 208.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 197 | 0.24 | 0 | 0.14 | 0.10 | 145.71 | 0.52 | 0.79 |
| Hex | AD | E5 | C5 | 18 | 0 | E | A | 92 | 34 | 4F |
| Octal | 255 | 345 | 305 | 30 | 0 | 16 | 12 | 222 | 64 | 117 |
| Binary | 10101101 | 11100101 | 11000101 | 11000 | 0 | 1110 | 1010 | 10010010 | 110100 | 1001111 |
Color Harmonies of #ADE5C5
Complementary color
Monochromatic Colors of #ADE5C5
Black with #ADE5C5
Text Example
Text Example
White with #ADE5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5C5; }
p { color: rgb(173,229,197); }
H1.HeaderClassName
{
color: #ADE5C5;
}
.AnyTagClassName
{
color: #ADE5C5;
}
</style>
background-color css
<style>
a { background-color: #ADE5C5; }
a { background-color: rgb(173,229,197); }
div.DivClassName
{
background-color: #ADE5C5;
}
.BgClassName
{
background-color: #ADE5C5;
}
</style>
border-color css
<style>
span { border-color: #ADE5C5; }
span { border-color: rgb(173,229,197); }
td.TdClassName
{
border-color: #ADE5C5;
}
.TagClassName
{
border-color: #ADE5C5;
}
</style>