Shades of Magic Mint #ADEDCB
Tints of Magic Mint #ADEDCB
RGB
CMYK
RGB Variations
Color information
#ADEDCB (or 0xADEDCB) is known color: Magic Mint. HEX triplet: AD, ED and CB. RGB value is (173,237,203). Sum of RGB (Red+Green+Blue) = 173+237+203=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCB is #521234. Grayscale: #D6D6D6. Windows color (decimal): -5378613 or 13364653. OLE color: 13364653.
HSL color Cylindrical-coordinate representation of color #ADEDCB: hue angle of 148.12º degrees, saturation: 0.64, 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 #ADEDCB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 203 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 148.13º | 0.64% | 0.8% | - |
| HSV(B) | 148.13º | 0.27% | 0.93% | - |
| XYZ | 58.3 | 73.76 | 67.67 | - |
| YUV | 213.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 203 | 0.27 | 0 | 0.14 | 0.07 | 148.13 | 0.64 | 0.8 |
| Hex | AD | ED | CB | 1B | 0 | E | 7 | 94 | 40 | 50 |
| Octal | 255 | 355 | 313 | 33 | 0 | 16 | 7 | 224 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11001011 | 11011 | 0 | 1110 | 111 | 10010100 | 1000000 | 1010000 |
Color Harmonies of #ADEDCB
Complementary color
Monochromatic Colors of #ADEDCB
Black with #ADEDCB
Text Example
Text Example
White with #ADEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDCB; }
p { color: rgb(173,237,203); }
H1.HeaderClassName
{
color: #ADEDCB;
}
.AnyTagClassName
{
color: #ADEDCB;
}
</style>
background-color css
<style>
a { background-color: #ADEDCB; }
a { background-color: rgb(173,237,203); }
div.DivClassName
{
background-color: #ADEDCB;
}
.BgClassName
{
background-color: #ADEDCB;
}
</style>
border-color css
<style>
span { border-color: #ADEDCB; }
span { border-color: rgb(173,237,203); }
td.TdClassName
{
border-color: #ADEDCB;
}
.TagClassName
{
border-color: #ADEDCB;
}
</style>