Shades of Magic Mint #ADEEC6
Tints of Magic Mint #ADEEC6
RGB
CMYK
RGB Variations
Color information
#ADEEC6 (or 0xADEEC6) is known color: Magic Mint. HEX triplet: AD, EE and C6. RGB value is (173,238,198). Sum of RGB (Red+Green+Blue) = 173+238+198=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEC6 is #521139. Grayscale: #D6D6D6. Windows color (decimal): -5378362 or 13037229. OLE color: 13037229.
HSL color Cylindrical-coordinate representation of color #ADEEC6: hue angle of 143.08º 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 #ADEEC6 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 198 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.07 |
| HSL | 143.08º | 0.66% | 0.81% | - |
| HSV(B) | 143.08º | 0.27% | 0.93% | - |
| XYZ | 58 | 74.11 | 64.67 | - |
| YUV | 214.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 198 | 0.27 | 0 | 0.17 | 0.07 | 143.08 | 0.66 | 0.81 |
| Hex | AD | EE | C6 | 1B | 0 | 11 | 7 | 8F | 42 | 51 |
| Octal | 255 | 356 | 306 | 33 | 0 | 21 | 7 | 217 | 102 | 121 |
| Binary | 10101101 | 11101110 | 11000110 | 11011 | 0 | 10001 | 111 | 10001111 | 1000010 | 1010001 |
Color Harmonies of #ADEEC6
Complementary color
Monochromatic Colors of #ADEEC6
Black with #ADEEC6
Text Example
Text Example
White with #ADEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEC6; }
p { color: rgb(173,238,198); }
H1.HeaderClassName
{
color: #ADEEC6;
}
.AnyTagClassName
{
color: #ADEEC6;
}
</style>
background-color css
<style>
a { background-color: #ADEEC6; }
a { background-color: rgb(173,238,198); }
div.DivClassName
{
background-color: #ADEEC6;
}
.BgClassName
{
background-color: #ADEEC6;
}
</style>
border-color css
<style>
span { border-color: #ADEEC6; }
span { border-color: rgb(173,238,198); }
td.TdClassName
{
border-color: #ADEEC6;
}
.TagClassName
{
border-color: #ADEEC6;
}
</style>