Shades of Magic Mint #ADE6CB
Tints of Magic Mint #ADE6CB
RGB
CMYK
RGB Variations
Color information
#ADE6CB (or 0xADE6CB) is known color: Magic Mint. HEX triplet: AD, E6 and CB. RGB value is (173,230,203). Sum of RGB (Red+Green+Blue) = 173+230+203=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6CB is #521934. Grayscale: #D1D1D1. Windows color (decimal): -5380405 or 13362861. OLE color: 13362861.
HSL color Cylindrical-coordinate representation of color #ADE6CB: hue angle of 151.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6CB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 203 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.10 |
| HSL | 151.58º | 0.53% | 0.79% | - |
| HSV(B) | 151.58º | 0.25% | 0.9% | - |
| XYZ | 56.31 | 69.79 | 67 | - |
| YUV | 209.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 203 | 0.25 | 0 | 0.12 | 0.10 | 151.58 | 0.53 | 0.79 |
| Hex | AD | E6 | CB | 19 | 0 | C | A | 98 | 35 | 4F |
| Octal | 255 | 346 | 313 | 31 | 0 | 14 | 12 | 230 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11001011 | 11001 | 0 | 1100 | 1010 | 10011000 | 110101 | 1001111 |
Color Harmonies of #ADE6CB
Complementary color
Monochromatic Colors of #ADE6CB
Black with #ADE6CB
Text Example
Text Example
White with #ADE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6CB; }
p { color: rgb(173,230,203); }
H1.HeaderClassName
{
color: #ADE6CB;
}
.AnyTagClassName
{
color: #ADE6CB;
}
</style>
background-color css
<style>
a { background-color: #ADE6CB; }
a { background-color: rgb(173,230,203); }
div.DivClassName
{
background-color: #ADE6CB;
}
.BgClassName
{
background-color: #ADE6CB;
}
</style>
border-color css
<style>
span { border-color: #ADE6CB; }
span { border-color: rgb(173,230,203); }
td.TdClassName
{
border-color: #ADE6CB;
}
.TagClassName
{
border-color: #ADE6CB;
}
</style>