Shades of Magic Mint #ADEDD0
Tints of Magic Mint #ADEDD0
RGB
CMYK
RGB Variations
Color information
#ADEDD0 (or 0xADEDD0) is known color: Magic Mint. HEX triplet: AD, ED and D0. RGB value is (173,237,208). Sum of RGB (Red+Green+Blue) = 173+237+208=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDD0 is #52122F. Grayscale: #D6D6D6. Windows color (decimal): -5378608 or 13692333. OLE color: 13692333.
HSL color Cylindrical-coordinate representation of color #ADEDD0: hue angle of 152.81º 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 #ADEDD0 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 208 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.07 |
| HSL | 152.81º | 0.64% | 0.8% | - |
| HSV(B) | 152.81º | 0.27% | 0.93% | - |
| XYZ | 58.9 | 74.01 | 70.85 | - |
| YUV | 214.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 208 | 0.27 | 0 | 0.12 | 0.07 | 152.81 | 0.64 | 0.8 |
| Hex | AD | ED | D0 | 1B | 0 | C | 7 | 99 | 40 | 50 |
| Octal | 255 | 355 | 320 | 33 | 0 | 14 | 7 | 231 | 100 | 120 |
| Binary | 10101101 | 11101101 | 11010000 | 11011 | 0 | 1100 | 111 | 10011001 | 1000000 | 1010000 |
Color Harmonies of #ADEDD0
Complementary color
Monochromatic Colors of #ADEDD0
Black with #ADEDD0
Text Example
Text Example
White with #ADEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDD0; }
p { color: rgb(173,237,208); }
H1.HeaderClassName
{
color: #ADEDD0;
}
.AnyTagClassName
{
color: #ADEDD0;
}
</style>
background-color css
<style>
a { background-color: #ADEDD0; }
a { background-color: rgb(173,237,208); }
div.DivClassName
{
background-color: #ADEDD0;
}
.BgClassName
{
background-color: #ADEDD0;
}
</style>
border-color css
<style>
span { border-color: #ADEDD0; }
span { border-color: rgb(173,237,208); }
td.TdClassName
{
border-color: #ADEDD0;
}
.TagClassName
{
border-color: #ADEDD0;
}
</style>