Shades of Magic Mint #ADECCE
Tints of Magic Mint #ADECCE
RGB
CMYK
RGB Variations
Color information
#ADECCE (or 0xADECCE) is known color: Magic Mint. HEX triplet: AD, EC and CE. RGB value is (173,236,206). Sum of RGB (Red+Green+Blue) = 173+236+206=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECCE is #521331. Grayscale: #D5D5D5. Windows color (decimal): -5378866 or 13561005. OLE color: 13561005.
HSL color Cylindrical-coordinate representation of color #ADECCE: hue angle of 151.43º 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 #ADECCE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 206 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 151.43º | 0.62% | 0.8% | - |
| HSV(B) | 151.43º | 0.27% | 0.93% | - |
| XYZ | 58.37 | 73.33 | 69.47 | - |
| YUV | 213.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 206 | 0.27 | 0 | 0.13 | 0.07 | 151.43 | 0.62 | 0.8 |
| Hex | AD | EC | CE | 1B | 0 | D | 7 | 97 | 3E | 50 |
| Octal | 255 | 354 | 316 | 33 | 0 | 15 | 7 | 227 | 76 | 120 |
| Binary | 10101101 | 11101100 | 11001110 | 11011 | 0 | 1101 | 111 | 10010111 | 111110 | 1010000 |
Color Harmonies of #ADECCE
Complementary color
Monochromatic Colors of #ADECCE
Black with #ADECCE
Text Example
Text Example
White with #ADECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECCE; }
p { color: rgb(173,236,206); }
H1.HeaderClassName
{
color: #ADECCE;
}
.AnyTagClassName
{
color: #ADECCE;
}
</style>
background-color css
<style>
a { background-color: #ADECCE; }
a { background-color: rgb(173,236,206); }
div.DivClassName
{
background-color: #ADECCE;
}
.BgClassName
{
background-color: #ADECCE;
}
</style>
border-color css
<style>
span { border-color: #ADECCE; }
span { border-color: rgb(173,236,206); }
td.TdClassName
{
border-color: #ADECCE;
}
.TagClassName
{
border-color: #ADECCE;
}
</style>