Shades of Magic Mint #ADE4C5
Tints of Magic Mint #ADE4C5
RGB
CMYK
RGB Variations
Color information
#ADE4C5 (or 0xADE4C5) is known color: Magic Mint. HEX triplet: AD, E4 and C5. RGB value is (173,228,197). Sum of RGB (Red+Green+Blue) = 173+228+197=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4C5 is #521B3A. Grayscale: #D0D0D0. Windows color (decimal): -5380923 or 12969133. OLE color: 12969133.
HSL color Cylindrical-coordinate representation of color #ADE4C5: hue angle of 146.18º 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 #ADE4C5 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
RGB | 173 | 228 | 197 | - |
CMYK | 0.24 | 0 | 0.14 | 0.11 |
HSL | 146.18º | 0.5% | 0.79% | - |
HSV(B) | 146.18º | 0.24% | 0.89% | - |
XYZ | 55.06 | 68.4 | 63.12 | - |
YUV | 208.02 | 121.78 | 103.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 228 | 197 | 0.24 | 0 | 0.14 | 0.11 | 146.18 | 0.5 | 0.79 |
Hex | AD | E4 | C5 | 18 | 0 | E | B | 92 | 32 | 4F |
Octal | 255 | 344 | 305 | 30 | 0 | 16 | 13 | 222 | 62 | 117 |
Binary | 10101101 | 11100100 | 11000101 | 11000 | 0 | 1110 | 1011 | 10010010 | 110010 | 1001111 |
Color Harmonies of #ADE4C5
Complementary color
Monochromatic Colors of #ADE4C5
Black with #ADE4C5
Text Example
Text Example
White with #ADE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4C5; }
p { color: rgb(173,228,197); }
H1.HeaderClassName
{
color: #ADE4C5;
}
.AnyTagClassName
{
color: #ADE4C5;
}
</style>
background-color css
<style>
a { background-color: #ADE4C5; }
a { background-color: rgb(173,228,197); }
div.DivClassName
{
background-color: #ADE4C5;
}
.BgClassName
{
background-color: #ADE4C5;
}
</style>
border-color css
<style>
span { border-color: #ADE4C5; }
span { border-color: rgb(173,228,197); }
td.TdClassName
{
border-color: #ADE4C5;
}
.TagClassName
{
border-color: #ADE4C5;
}
</style>