Shades of Magic Mint #ADEAD4
Tints of Magic Mint #ADEAD4
RGB
CMYK
RGB Variations
Color information
#ADEAD4 (or 0xADEAD4) is known color: Magic Mint. HEX triplet: AD, EA and D4. RGB value is (173,234,212). Sum of RGB (Red+Green+Blue) = 173+234+212=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD4 is #52152B. Grayscale: #D5D5D5. Windows color (decimal): -5379372 or 13953709. OLE color: 13953709.
HSL color Cylindrical-coordinate representation of color #ADEAD4: hue angle of 158.36º 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 #ADEAD4 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 212 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.08 |
| HSL | 158.36º | 0.59% | 0.8% | - |
| HSV(B) | 158.36º | 0.26% | 0.92% | - |
| XYZ | 58.54 | 72.48 | 73.19 | - |
| YUV | 213.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 212 | 0.26 | 0 | 0.09 | 0.08 | 158.36 | 0.59 | 0.8 |
| Hex | AD | EA | D4 | 1A | 0 | 9 | 8 | 9E | 3B | 50 |
| Octal | 255 | 352 | 324 | 32 | 0 | 11 | 10 | 236 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11010100 | 11010 | 0 | 1001 | 1000 | 10011110 | 111011 | 1010000 |
Color Harmonies of #ADEAD4
Complementary color
Monochromatic Colors of #ADEAD4
Black with #ADEAD4
Text Example
Text Example
White with #ADEAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAD4; }
p { color: rgb(173,234,212); }
H1.HeaderClassName
{
color: #ADEAD4;
}
.AnyTagClassName
{
color: #ADEAD4;
}
</style>
background-color css
<style>
a { background-color: #ADEAD4; }
a { background-color: rgb(173,234,212); }
div.DivClassName
{
background-color: #ADEAD4;
}
.BgClassName
{
background-color: #ADEAD4;
}
</style>
border-color css
<style>
span { border-color: #ADEAD4; }
span { border-color: rgb(173,234,212); }
td.TdClassName
{
border-color: #ADEAD4;
}
.TagClassName
{
border-color: #ADEAD4;
}
</style>