Shades of Magic Mint #ADEDCA
Tints of Magic Mint #ADEDCA
RGB
CMYK
RGB Variations
Color information
#ADEDCA (or 0xADEDCA) is known color: Magic Mint. HEX triplet: AD, ED and CA. RGB value is (173,237,202). Sum of RGB (Red+Green+Blue) = 173+237+202=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCA is #521235. Grayscale: #D5D5D5. Windows color (decimal): -5378614 or 13299117. OLE color: 13299117.
HSL color Cylindrical-coordinate representation of color #ADEDCA: hue angle of 147.19º 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 #ADEDCA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 202 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.07 |
| HSL | 147.19º | 0.64% | 0.8% | - |
| HSV(B) | 147.19º | 0.27% | 0.93% | - |
| XYZ | 58.18 | 73.72 | 67.04 | - |
| YUV | 213.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 202 | 0.27 | 0 | 0.15 | 0.07 | 147.19 | 0.64 | 0.8 |
| Hex | AD | ED | CA | 1B | 0 | F | 7 | 93 | 40 | 50 |
| Octal | 255 | 355 | 312 | 33 | 0 | 17 | 7 | 223 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11001010 | 11011 | 0 | 1111 | 111 | 10010011 | 1000000 | 1010000 |
Color Harmonies of #ADEDCA
Complementary color
Monochromatic Colors of #ADEDCA
Black with #ADEDCA
Text Example
Text Example
White with #ADEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDCA; }
p { color: rgb(173,237,202); }
H1.HeaderClassName
{
color: #ADEDCA;
}
.AnyTagClassName
{
color: #ADEDCA;
}
</style>
background-color css
<style>
a { background-color: #ADEDCA; }
a { background-color: rgb(173,237,202); }
div.DivClassName
{
background-color: #ADEDCA;
}
.BgClassName
{
background-color: #ADEDCA;
}
</style>
border-color css
<style>
span { border-color: #ADEDCA; }
span { border-color: rgb(173,237,202); }
td.TdClassName
{
border-color: #ADEDCA;
}
.TagClassName
{
border-color: #ADEDCA;
}
</style>