Shades of Magic Mint #ADEED7
Tints of Magic Mint #ADEED7
RGB
CMYK
RGB Variations
Color information
#ADEED7 (or 0xADEED7) is known color: Magic Mint. HEX triplet: AD, EE and D7. RGB value is (173,238,215). Sum of RGB (Red+Green+Blue) = 173+238+215=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED7 is #521128. Grayscale: #D7D7D7. Windows color (decimal): -5378345 or 14151341. OLE color: 14151341.
HSL color Cylindrical-coordinate representation of color #ADEED7: hue angle of 158.77º 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 #ADEED7 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 215 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.07 |
| HSL | 158.77º | 0.66% | 0.81% | - |
| HSV(B) | 158.77º | 0.27% | 0.93% | - |
| XYZ | 60.07 | 74.94 | 75.59 | - |
| YUV | 215.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 215 | 0.27 | 0 | 0.10 | 0.07 | 158.77 | 0.66 | 0.81 |
| Hex | AD | EE | D7 | 1B | 0 | A | 7 | 9F | 42 | 51 |
| Octal | 255 | 356 | 327 | 33 | 0 | 12 | 7 | 237 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11010111 | 11011 | 0 | 1010 | 111 | 10011111 | 1000010 | 1010001 |
Color Harmonies of #ADEED7
Complementary color
Monochromatic Colors of #ADEED7
Black with #ADEED7
Text Example
Text Example
White with #ADEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEED7; }
p { color: rgb(173,238,215); }
H1.HeaderClassName
{
color: #ADEED7;
}
.AnyTagClassName
{
color: #ADEED7;
}
</style>
background-color css
<style>
a { background-color: #ADEED7; }
a { background-color: rgb(173,238,215); }
div.DivClassName
{
background-color: #ADEED7;
}
.BgClassName
{
background-color: #ADEED7;
}
</style>
border-color css
<style>
span { border-color: #ADEED7; }
span { border-color: rgb(173,238,215); }
td.TdClassName
{
border-color: #ADEED7;
}
.TagClassName
{
border-color: #ADEED7;
}
</style>