Shades of Magic Mint #ADEAC5
Tints of Magic Mint #ADEAC5
RGB
CMYK
RGB Variations
Color information
#ADEAC5 (or 0xADEAC5) is known color: Magic Mint. HEX triplet: AD, EA and C5. RGB value is (173,234,197). Sum of RGB (Red+Green+Blue) = 173+234+197=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAC5 is #52153A. Grayscale: #D3D3D3. Windows color (decimal): -5379387 or 12970669. OLE color: 12970669.
HSL color Cylindrical-coordinate representation of color #ADEAC5: hue angle of 143.61º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAC5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 197 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.08 |
| HSL | 143.61º | 0.59% | 0.8% | - |
| HSV(B) | 143.61º | 0.26% | 0.92% | - |
| XYZ | 56.73 | 71.76 | 63.68 | - |
| YUV | 211.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 197 | 0.26 | 0 | 0.16 | 0.08 | 143.61 | 0.59 | 0.8 |
| Hex | AD | EA | C5 | 1A | 0 | 10 | 8 | 90 | 3B | 50 |
| Octal | 255 | 352 | 305 | 32 | 0 | 20 | 10 | 220 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11000101 | 11010 | 0 | 10000 | 1000 | 10010000 | 111011 | 1010000 |
Color Harmonies of #ADEAC5
Complementary color
Monochromatic Colors of #ADEAC5
Black with #ADEAC5
Text Example
Text Example
White with #ADEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAC5; }
p { color: rgb(173,234,197); }
H1.HeaderClassName
{
color: #ADEAC5;
}
.AnyTagClassName
{
color: #ADEAC5;
}
</style>
background-color css
<style>
a { background-color: #ADEAC5; }
a { background-color: rgb(173,234,197); }
div.DivClassName
{
background-color: #ADEAC5;
}
.BgClassName
{
background-color: #ADEAC5;
}
</style>
border-color css
<style>
span { border-color: #ADEAC5; }
span { border-color: rgb(173,234,197); }
td.TdClassName
{
border-color: #ADEAC5;
}
.TagClassName
{
border-color: #ADEAC5;
}
</style>