Shades of Magic Mint #ADE7CA
Tints of Magic Mint #ADE7CA
RGB
CMYK
RGB Variations
Color information
#ADE7CA (or 0xADE7CA) is known color: Magic Mint. HEX triplet: AD, E7 and CA. RGB value is (173,231,202). Sum of RGB (Red+Green+Blue) = 173+231+202=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7CA is #521835. Grayscale: #D2D2D2. Windows color (decimal): -5380150 or 13297581. OLE color: 13297581.
HSL color Cylindrical-coordinate representation of color #ADE7CA: hue angle of 150º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7CA is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 202 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.09 |
| HSL | 150º | 0.55% | 0.79% | - |
| HSV(B) | 150º | 0.25% | 0.91% | - |
| XYZ | 56.47 | 70.3 | 66.47 | - |
| YUV | 210.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 202 | 0.25 | 0 | 0.13 | 0.09 | 150 | 0.55 | 0.79 |
| Hex | AD | E7 | CA | 19 | 0 | D | 9 | 96 | 37 | 4F |
| Octal | 255 | 347 | 312 | 31 | 0 | 15 | 11 | 226 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11001010 | 11001 | 0 | 1101 | 1001 | 10010110 | 110111 | 1001111 |
Color Harmonies of #ADE7CA
Complementary color
Monochromatic Colors of #ADE7CA
Black with #ADE7CA
Text Example
Text Example
White with #ADE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7CA; }
p { color: rgb(173,231,202); }
H1.HeaderClassName
{
color: #ADE7CA;
}
.AnyTagClassName
{
color: #ADE7CA;
}
</style>
background-color css
<style>
a { background-color: #ADE7CA; }
a { background-color: rgb(173,231,202); }
div.DivClassName
{
background-color: #ADE7CA;
}
.BgClassName
{
background-color: #ADE7CA;
}
</style>
border-color css
<style>
span { border-color: #ADE7CA; }
span { border-color: rgb(173,231,202); }
td.TdClassName
{
border-color: #ADE7CA;
}
.TagClassName
{
border-color: #ADE7CA;
}
</style>