Shades of Magic Mint #ADEAC7
Tints of Magic Mint #ADEAC7
RGB
CMYK
RGB Variations
Color information
#ADEAC7 (or 0xADEAC7) is known color: Magic Mint. HEX triplet: AD, EA and C7. RGB value is (173,234,199). Sum of RGB (Red+Green+Blue) = 173+234+199=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAC7 is #521538. Grayscale: #D3D3D3. Windows color (decimal): -5379385 or 13101741. OLE color: 13101741.
HSL color Cylindrical-coordinate representation of color #ADEAC7: hue angle of 145.57º 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 #ADEAC7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 199 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.08 |
| HSL | 145.57º | 0.59% | 0.8% | - |
| HSV(B) | 145.57º | 0.26% | 0.92% | - |
| XYZ | 56.97 | 71.85 | 64.9 | - |
| YUV | 211.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 199 | 0.26 | 0 | 0.15 | 0.08 | 145.57 | 0.59 | 0.8 |
| Hex | AD | EA | C7 | 1A | 0 | F | 8 | 92 | 3B | 50 |
| Octal | 255 | 352 | 307 | 32 | 0 | 17 | 10 | 222 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11000111 | 11010 | 0 | 1111 | 1000 | 10010010 | 111011 | 1010000 |
Color Harmonies of #ADEAC7
Complementary color
Monochromatic Colors of #ADEAC7
Black with #ADEAC7
Text Example
Text Example
White with #ADEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAC7; }
p { color: rgb(173,234,199); }
H1.HeaderClassName
{
color: #ADEAC7;
}
.AnyTagClassName
{
color: #ADEAC7;
}
</style>
background-color css
<style>
a { background-color: #ADEAC7; }
a { background-color: rgb(173,234,199); }
div.DivClassName
{
background-color: #ADEAC7;
}
.BgClassName
{
background-color: #ADEAC7;
}
</style>
border-color css
<style>
span { border-color: #ADEAC7; }
span { border-color: rgb(173,234,199); }
td.TdClassName
{
border-color: #ADEAC7;
}
.TagClassName
{
border-color: #ADEAC7;
}
</style>