Shades of Magic Mint #ADECC6
Tints of Magic Mint #ADECC6
RGB
CMYK
RGB Variations
Color information
#ADECC6 (or 0xADECC6) is known color: Magic Mint. HEX triplet: AD, EC and C6. RGB value is (173,236,198). Sum of RGB (Red+Green+Blue) = 173+236+198=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECC6 is #521339. Grayscale: #D4D4D4. Windows color (decimal): -5378874 or 13036717. OLE color: 13036717.
HSL color Cylindrical-coordinate representation of color #ADECC6: hue angle of 143.81º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECC6 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 198 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.07 |
| HSL | 143.81º | 0.62% | 0.8% | - |
| HSV(B) | 143.81º | 0.27% | 0.93% | - |
| XYZ | 57.42 | 72.95 | 64.48 | - |
| YUV | 212.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 198 | 0.27 | 0 | 0.16 | 0.07 | 143.81 | 0.62 | 0.8 |
| Hex | AD | EC | C6 | 1B | 0 | 10 | 7 | 90 | 3E | 50 |
| Octal | 255 | 354 | 306 | 33 | 0 | 20 | 7 | 220 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11000110 | 11011 | 0 | 10000 | 111 | 10010000 | 111110 | 1010000 |
Color Harmonies of #ADECC6
Complementary color
Monochromatic Colors of #ADECC6
Black with #ADECC6
Text Example
Text Example
White with #ADECC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECC6; }
p { color: rgb(173,236,198); }
H1.HeaderClassName
{
color: #ADECC6;
}
.AnyTagClassName
{
color: #ADECC6;
}
</style>
background-color css
<style>
a { background-color: #ADECC6; }
a { background-color: rgb(173,236,198); }
div.DivClassName
{
background-color: #ADECC6;
}
.BgClassName
{
background-color: #ADECC6;
}
</style>
border-color css
<style>
span { border-color: #ADECC6; }
span { border-color: rgb(173,236,198); }
td.TdClassName
{
border-color: #ADECC6;
}
.TagClassName
{
border-color: #ADECC6;
}
</style>