Shades of Magic Mint #ADE3CA
Tints of Magic Mint #ADE3CA
RGB
CMYK
RGB Variations
Color information
#ADE3CA (or 0xADE3CA) is known color: Magic Mint. HEX triplet: AD, E3 and CA. RGB value is (173,227,202). Sum of RGB (Red+Green+Blue) = 173+227+202=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3CA is #521C35. Grayscale: #D0D0D0. Windows color (decimal): -5381174 or 13296557. OLE color: 13296557.
HSL color Cylindrical-coordinate representation of color #ADE3CA: hue angle of 152.22º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3CA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 202 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.11 |
| HSL | 152.22º | 0.49% | 0.78% | - |
| HSV(B) | 152.22º | 0.24% | 0.89% | - |
| XYZ | 55.36 | 68.09 | 66.1 | - |
| YUV | 208 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 202 | 0.24 | 0 | 0.11 | 0.11 | 152.22 | 0.49 | 0.78 |
| Hex | AD | E3 | CA | 18 | 0 | B | B | 98 | 31 | 4E |
| Octal | 255 | 343 | 312 | 30 | 0 | 13 | 13 | 230 | 61 | 116 |
| Binary | 10101101 | 11100011 | 11001010 | 11000 | 0 | 1011 | 1011 | 10011000 | 110001 | 1001110 |
Color Harmonies of #ADE3CA
Complementary color
Monochromatic Colors of #ADE3CA
Black with #ADE3CA
Text Example
Text Example
White with #ADE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3CA; }
p { color: rgb(173,227,202); }
H1.HeaderClassName
{
color: #ADE3CA;
}
.AnyTagClassName
{
color: #ADE3CA;
}
</style>
background-color css
<style>
a { background-color: #ADE3CA; }
a { background-color: rgb(173,227,202); }
div.DivClassName
{
background-color: #ADE3CA;
}
.BgClassName
{
background-color: #ADE3CA;
}
</style>
border-color css
<style>
span { border-color: #ADE3CA; }
span { border-color: rgb(173,227,202); }
td.TdClassName
{
border-color: #ADE3CA;
}
.TagClassName
{
border-color: #ADE3CA;
}
</style>