Shades of Magic Mint #ADE4CE
Tints of Magic Mint #ADE4CE
RGB
CMYK
RGB Variations
Color information
#ADE4CE (or 0xADE4CE) is known color: Magic Mint. HEX triplet: AD, E4 and CE. RGB value is (173,228,206). Sum of RGB (Red+Green+Blue) = 173+228+206=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE4CE is #521B31. Grayscale: #D1D1D1. Windows color (decimal): -5380914 or 13558957. OLE color: 13558957.
HSL color Cylindrical-coordinate representation of color #ADE4CE: hue angle of 156º 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 #ADE4CE is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 206 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.11 |
| HSL | 156º | 0.5% | 0.79% | - |
| HSV(B) | 156º | 0.24% | 0.89% | - |
| XYZ | 56.12 | 68.83 | 68.72 | - |
| YUV | 209.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 206 | 0.24 | 0 | 0.10 | 0.11 | 156 | 0.5 | 0.79 |
| Hex | AD | E4 | CE | 18 | 0 | A | B | 9C | 32 | 4F |
| Octal | 255 | 344 | 316 | 30 | 0 | 12 | 13 | 234 | 62 | 117 |
| Binary | 10101101 | 11100100 | 11001110 | 11000 | 0 | 1010 | 1011 | 10011100 | 110010 | 1001111 |
Color Harmonies of #ADE4CE
Complementary color
Monochromatic Colors of #ADE4CE
Black with #ADE4CE
Text Example
Text Example
White with #ADE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE4CE; }
p { color: rgb(173,228,206); }
H1.HeaderClassName
{
color: #ADE4CE;
}
.AnyTagClassName
{
color: #ADE4CE;
}
</style>
background-color css
<style>
a { background-color: #ADE4CE; }
a { background-color: rgb(173,228,206); }
div.DivClassName
{
background-color: #ADE4CE;
}
.BgClassName
{
background-color: #ADE4CE;
}
</style>
border-color css
<style>
span { border-color: #ADE4CE; }
span { border-color: rgb(173,228,206); }
td.TdClassName
{
border-color: #ADE4CE;
}
.TagClassName
{
border-color: #ADE4CE;
}
</style>