Shades of Magic Mint #ADE1CA
Tints of Magic Mint #ADE1CA
RGB
CMYK
RGB Variations
Color information
#ADE1CA (or 0xADE1CA) is known color: Magic Mint. HEX triplet: AD, E1 and CA. RGB value is (173,225,202). Sum of RGB (Red+Green+Blue) = 173+225+202=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1CA is #521E35. Grayscale: #CECECE. Windows color (decimal): -5381686 or 13296045. OLE color: 13296045.
HSL color Cylindrical-coordinate representation of color #ADE1CA: hue angle of 153.46º degrees, saturation: 0.46, 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 #ADE1CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 202 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 153.46º | 0.46% | 0.78% | - |
| HSV(B) | 153.46º | 0.23% | 0.88% | - |
| XYZ | 54.82 | 67 | 65.92 | - |
| YUV | 206.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 202 | 0.23 | 0 | 0.10 | 0.12 | 153.46 | 0.46 | 0.78 |
| Hex | AD | E1 | CA | 17 | 0 | A | C | 99 | 2E | 4E |
| Octal | 255 | 341 | 312 | 27 | 0 | 12 | 14 | 231 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11001010 | 10111 | 0 | 1010 | 1100 | 10011001 | 101110 | 1001110 |
Color Harmonies of #ADE1CA
Complementary color
Monochromatic Colors of #ADE1CA
Black with #ADE1CA
Text Example
Text Example
White with #ADE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1CA; }
p { color: rgb(173,225,202); }
H1.HeaderClassName
{
color: #ADE1CA;
}
.AnyTagClassName
{
color: #ADE1CA;
}
</style>
background-color css
<style>
a { background-color: #ADE1CA; }
a { background-color: rgb(173,225,202); }
div.DivClassName
{
background-color: #ADE1CA;
}
.BgClassName
{
background-color: #ADE1CA;
}
</style>
border-color css
<style>
span { border-color: #ADE1CA; }
span { border-color: rgb(173,225,202); }
td.TdClassName
{
border-color: #ADE1CA;
}
.TagClassName
{
border-color: #ADE1CA;
}
</style>