Shades of Magic Mint #ADEAC8
Tints of Magic Mint #ADEAC8
RGB
CMYK
RGB Variations
Color information
#ADEAC8 (or 0xADEAC8) is known color: Magic Mint. HEX triplet: AD, EA and C8. RGB value is (173,234,200). Sum of RGB (Red+Green+Blue) = 173+234+200=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAC8 is #521537. Grayscale: #D3D3D3. Windows color (decimal): -5379384 or 13167277. OLE color: 13167277.
HSL color Cylindrical-coordinate representation of color #ADEAC8: hue angle of 146.56º 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 #ADEAC8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 200 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.08 |
| HSL | 146.56º | 0.59% | 0.8% | - |
| HSV(B) | 146.56º | 0.26% | 0.92% | - |
| XYZ | 57.08 | 71.9 | 65.51 | - |
| YUV | 211.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 200 | 0.26 | 0 | 0.15 | 0.08 | 146.56 | 0.59 | 0.8 |
| Hex | AD | EA | C8 | 1A | 0 | F | 8 | 93 | 3B | 50 |
| Octal | 255 | 352 | 310 | 32 | 0 | 17 | 10 | 223 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11001000 | 11010 | 0 | 1111 | 1000 | 10010011 | 111011 | 1010000 |
Color Harmonies of #ADEAC8
Complementary color
Monochromatic Colors of #ADEAC8
Black with #ADEAC8
Text Example
Text Example
White with #ADEAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAC8; }
p { color: rgb(173,234,200); }
H1.HeaderClassName
{
color: #ADEAC8;
}
.AnyTagClassName
{
color: #ADEAC8;
}
</style>
background-color css
<style>
a { background-color: #ADEAC8; }
a { background-color: rgb(173,234,200); }
div.DivClassName
{
background-color: #ADEAC8;
}
.BgClassName
{
background-color: #ADEAC8;
}
</style>
border-color css
<style>
span { border-color: #ADEAC8; }
span { border-color: rgb(173,234,200); }
td.TdClassName
{
border-color: #ADEAC8;
}
.TagClassName
{
border-color: #ADEAC8;
}
</style>