Shades of Magic Mint #ADEDCC
Tints of Magic Mint #ADEDCC
RGB
CMYK
RGB Variations
Color information
#ADEDCC (or 0xADEDCC) is known color: Magic Mint. HEX triplet: AD, ED and CC. RGB value is (173,237,204). Sum of RGB (Red+Green+Blue) = 173+237+204=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDCC is #521233. Grayscale: #D6D6D6. Windows color (decimal): -5378612 or 13430189. OLE color: 13430189.
HSL color Cylindrical-coordinate representation of color #ADEDCC: hue angle of 149.06º 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 #ADEDCC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 204 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.07 |
| HSL | 149.06º | 0.64% | 0.8% | - |
| HSV(B) | 149.06º | 0.27% | 0.93% | - |
| XYZ | 58.42 | 73.81 | 68.3 | - |
| YUV | 214.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 204 | 0.27 | 0 | 0.14 | 0.07 | 149.06 | 0.64 | 0.8 |
| Hex | AD | ED | CC | 1B | 0 | E | 7 | 95 | 40 | 50 |
| Octal | 255 | 355 | 314 | 33 | 0 | 16 | 7 | 225 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11001100 | 11011 | 0 | 1110 | 111 | 10010101 | 1000000 | 1010000 |
Color Harmonies of #ADEDCC
Complementary color
Monochromatic Colors of #ADEDCC
Black with #ADEDCC
Text Example
Text Example
White with #ADEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDCC; }
p { color: rgb(173,237,204); }
H1.HeaderClassName
{
color: #ADEDCC;
}
.AnyTagClassName
{
color: #ADEDCC;
}
</style>
background-color css
<style>
a { background-color: #ADEDCC; }
a { background-color: rgb(173,237,204); }
div.DivClassName
{
background-color: #ADEDCC;
}
.BgClassName
{
background-color: #ADEDCC;
}
</style>
border-color css
<style>
span { border-color: #ADEDCC; }
span { border-color: rgb(173,237,204); }
td.TdClassName
{
border-color: #ADEDCC;
}
.TagClassName
{
border-color: #ADEDCC;
}
</style>