Shades of Magic Mint #ADE4C8
Tints of Magic Mint #ADE4C8
RGB
CMYK
RGB Variations
Color information
#ADE4C8 (or 0xADE4C8) is known color: Magic Mint. HEX triplet: AD, E4 and C8. RGB value is (173,228,200). Sum of RGB (Red+Green+Blue) = 173+228+200=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4C8 is #521B37. Grayscale: #D0D0D0. Windows color (decimal): -5380920 or 13165741. OLE color: 13165741.
HSL color Cylindrical-coordinate representation of color #ADE4C8: hue angle of 149.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE4C8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 228 | 200 | - |
CMYK | 0.24 | 0 | 0.12 | 0.11 |
HSL | 149.45º | 0.5% | 0.79% | - |
HSV(B) | 149.45º | 0.24% | 0.89% | - |
XYZ | 55.4 | 68.54 | 64.95 | - |
YUV | 208.36 | 123.28 | 102.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 200 | 0.24 | 0 | 0.12 | 0.11 | 149.45 | 0.5 | 0.79 |
Hex | AD | E4 | C8 | 18 | 0 | C | B | 95 | 32 | 4F |
Octal | 255 | 344 | 310 | 30 | 0 | 14 | 13 | 225 | 62 | 117 |
Binary | 10101101 | 11100100 | 11001000 | 11000 | 0 | 1100 | 1011 | 10010101 | 110010 | 1001111 |
Color Harmonies of #ADE4C8
Complementary color
Monochromatic Colors of #ADE4C8
Black with #ADE4C8
Text Example
Text Example
White with #ADE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4C8; }
p { color: rgb(173,228,200); }
H1.HeaderClassName
{
color: #ADE4C8;
}
.AnyTagClassName
{
color: #ADE4C8;
}
</style>
background-color css
<style>
a { background-color: #ADE4C8; }
a { background-color: rgb(173,228,200); }
div.DivClassName
{
background-color: #ADE4C8;
}
.BgClassName
{
background-color: #ADE4C8;
}
</style>
border-color css
<style>
span { border-color: #ADE4C8; }
span { border-color: rgb(173,228,200); }
td.TdClassName
{
border-color: #ADE4C8;
}
.TagClassName
{
border-color: #ADE4C8;
}
</style>