Shades of Magic Mint #ADE1CB
Tints of Magic Mint #ADE1CB
RGB
CMYK
RGB Variations
Color information
#ADE1CB (or 0xADE1CB) is known color: Magic Mint. HEX triplet: AD, E1 and CB. RGB value is (173,225,203). Sum of RGB (Red+Green+Blue) = 173+225+203=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE1CB is #521E34. Grayscale: #CECECE. Windows color (decimal): -5381685 or 13361581. OLE color: 13361581.
HSL color Cylindrical-coordinate representation of color #ADE1CB: hue angle of 154.62º 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 #ADE1CB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 203 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.12 |
| HSL | 154.62º | 0.46% | 0.78% | - |
| HSV(B) | 154.62º | 0.23% | 0.88% | - |
| XYZ | 54.94 | 67.05 | 66.55 | - |
| YUV | 206.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 203 | 0.23 | 0 | 0.10 | 0.12 | 154.62 | 0.46 | 0.78 |
| Hex | AD | E1 | CB | 17 | 0 | A | C | 9B | 2E | 4E |
| Octal | 255 | 341 | 313 | 27 | 0 | 12 | 14 | 233 | 56 | 116 |
| Binary | 10101101 | 11100001 | 11001011 | 10111 | 0 | 1010 | 1100 | 10011011 | 101110 | 1001110 |
Color Harmonies of #ADE1CB
Complementary color
Monochromatic Colors of #ADE1CB
Black with #ADE1CB
Text Example
Text Example
White with #ADE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1CB; }
p { color: rgb(173,225,203); }
H1.HeaderClassName
{
color: #ADE1CB;
}
.AnyTagClassName
{
color: #ADE1CB;
}
</style>
background-color css
<style>
a { background-color: #ADE1CB; }
a { background-color: rgb(173,225,203); }
div.DivClassName
{
background-color: #ADE1CB;
}
.BgClassName
{
background-color: #ADE1CB;
}
</style>
border-color css
<style>
span { border-color: #ADE1CB; }
span { border-color: rgb(173,225,203); }
td.TdClassName
{
border-color: #ADE1CB;
}
.TagClassName
{
border-color: #ADE1CB;
}
</style>