Shades of Magic Mint #ADEED0
Tints of Magic Mint #ADEED0
RGB
CMYK
RGB Variations
Color information
#ADEED0 (or 0xADEED0) is known color: Magic Mint. HEX triplet: AD, EE and D0. RGB value is (173,238,208). Sum of RGB (Red+Green+Blue) = 173+238+208=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED0 is #52112F. Grayscale: #D7D7D7. Windows color (decimal): -5378352 or 13692589. OLE color: 13692589.
HSL color Cylindrical-coordinate representation of color #ADEED0: hue angle of 152.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEED0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 208 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.07 |
| HSL | 152.31º | 0.66% | 0.81% | - |
| HSV(B) | 152.31º | 0.27% | 0.93% | - |
| XYZ | 59.19 | 74.59 | 70.95 | - |
| YUV | 215.15 | 123.97 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 208 | 0.27 | 0 | 0.13 | 0.07 | 152.31 | 0.66 | 0.81 |
| Hex | AD | EE | D0 | 1B | 0 | D | 7 | 98 | 42 | 51 |
| Octal | 255 | 356 | 320 | 33 | 0 | 15 | 7 | 230 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11010000 | 11011 | 0 | 1101 | 111 | 10011000 | 1000010 | 1010001 |
Color Harmonies of #ADEED0
Complementary color
Monochromatic Colors of #ADEED0
Black with #ADEED0
Text Example
Text Example
White with #ADEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEED0; }
p { color: rgb(173,238,208); }
H1.HeaderClassName
{
color: #ADEED0;
}
.AnyTagClassName
{
color: #ADEED0;
}
</style>
background-color css
<style>
a { background-color: #ADEED0; }
a { background-color: rgb(173,238,208); }
div.DivClassName
{
background-color: #ADEED0;
}
.BgClassName
{
background-color: #ADEED0;
}
</style>
border-color css
<style>
span { border-color: #ADEED0; }
span { border-color: rgb(173,238,208); }
td.TdClassName
{
border-color: #ADEED0;
}
.TagClassName
{
border-color: #ADEED0;
}
</style>