Shades of Magic Mint #ADEBCE
Tints of Magic Mint #ADEBCE
RGB
CMYK
RGB Variations
Color information
#ADEBCE (or 0xADEBCE) is known color: Magic Mint. HEX triplet: AD, EB and CE. RGB value is (173,235,206). Sum of RGB (Red+Green+Blue) = 173+235+206=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBCE is #521431. Grayscale: #D5D5D5. Windows color (decimal): -5379122 or 13560749. OLE color: 13560749.
HSL color Cylindrical-coordinate representation of color #ADEBCE: hue angle of 151.94º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBCE is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 206 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.08 |
| HSL | 151.94º | 0.61% | 0.8% | - |
| HSV(B) | 151.94º | 0.26% | 0.92% | - |
| XYZ | 58.08 | 72.76 | 69.37 | - |
| YUV | 213.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 206 | 0.26 | 0 | 0.12 | 0.08 | 151.94 | 0.61 | 0.8 |
| Hex | AD | EB | CE | 1A | 0 | C | 8 | 98 | 3D | 50 |
| Octal | 255 | 353 | 316 | 32 | 0 | 14 | 10 | 230 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11001110 | 11010 | 0 | 1100 | 1000 | 10011000 | 111101 | 1010000 |
Color Harmonies of #ADEBCE
Complementary color
Monochromatic Colors of #ADEBCE
Black with #ADEBCE
Text Example
Text Example
White with #ADEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBCE; }
p { color: rgb(173,235,206); }
H1.HeaderClassName
{
color: #ADEBCE;
}
.AnyTagClassName
{
color: #ADEBCE;
}
</style>
background-color css
<style>
a { background-color: #ADEBCE; }
a { background-color: rgb(173,235,206); }
div.DivClassName
{
background-color: #ADEBCE;
}
.BgClassName
{
background-color: #ADEBCE;
}
</style>
border-color css
<style>
span { border-color: #ADEBCE; }
span { border-color: rgb(173,235,206); }
td.TdClassName
{
border-color: #ADEBCE;
}
.TagClassName
{
border-color: #ADEBCE;
}
</style>