Shades of Magic Mint #ADE0CA
Tints of Magic Mint #ADE0CA
RGB
CMYK
RGB Variations
Color information
#ADE0CA (or 0xADE0CA) is known color: Magic Mint. HEX triplet: AD, E0 and CA. RGB value is (173,224,202). Sum of RGB (Red+Green+Blue) = 173+224+202=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0CA is #521F35. Grayscale: #CECECE. Windows color (decimal): -5381942 or 13295789. OLE color: 13295789.
HSL color Cylindrical-coordinate representation of color #ADE0CA: hue angle of 154.12º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 202 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 154.12º | 0.45% | 0.78% | - |
| HSV(B) | 154.12º | 0.23% | 0.88% | - |
| XYZ | 54.55 | 66.46 | 65.83 | - |
| YUV | 206.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 202 | 0.23 | 0 | 0.10 | 0.12 | 154.12 | 0.45 | 0.78 |
| Hex | AD | E0 | CA | 17 | 0 | A | C | 9A | 2D | 4E |
| Octal | 255 | 340 | 312 | 27 | 0 | 12 | 14 | 232 | 55 | 116 |
| Binary | 10101101 | 11100000 | 11001010 | 10111 | 0 | 1010 | 1100 | 10011010 | 101101 | 1001110 |
Color Harmonies of #ADE0CA
Complementary color
Monochromatic Colors of #ADE0CA
Black with #ADE0CA
Text Example
Text Example
White with #ADE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0CA; }
p { color: rgb(173,224,202); }
H1.HeaderClassName
{
color: #ADE0CA;
}
.AnyTagClassName
{
color: #ADE0CA;
}
</style>
background-color css
<style>
a { background-color: #ADE0CA; }
a { background-color: rgb(173,224,202); }
div.DivClassName
{
background-color: #ADE0CA;
}
.BgClassName
{
background-color: #ADE0CA;
}
</style>
border-color css
<style>
span { border-color: #ADE0CA; }
span { border-color: rgb(173,224,202); }
td.TdClassName
{
border-color: #ADE0CA;
}
.TagClassName
{
border-color: #ADE0CA;
}
</style>