Shades of Magic Mint #ADEAD3
Tints of Magic Mint #ADEAD3
RGB
CMYK
RGB Variations
Color information
#ADEAD3 (or 0xADEAD3) is known color: Magic Mint. HEX triplet: AD, EA and D3. RGB value is (173,234,211). Sum of RGB (Red+Green+Blue) = 173+234+211=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD3 is #52152C. Grayscale: #D5D5D5. Windows color (decimal): -5379373 or 13888173. OLE color: 13888173.
HSL color Cylindrical-coordinate representation of color #ADEAD3: hue angle of 157.38º 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 #ADEAD3 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 211 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.08 |
| HSL | 157.38º | 0.59% | 0.8% | - |
| HSV(B) | 157.38º | 0.26% | 0.92% | - |
| XYZ | 58.41 | 72.43 | 72.53 | - |
| YUV | 213.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 211 | 0.26 | 0 | 0.10 | 0.08 | 157.38 | 0.59 | 0.8 |
| Hex | AD | EA | D3 | 1A | 0 | A | 8 | 9D | 3B | 50 |
| Octal | 255 | 352 | 323 | 32 | 0 | 12 | 10 | 235 | 73 | 120 |
| Binary | 10101101 | 11101010 | 11010011 | 11010 | 0 | 1010 | 1000 | 10011101 | 111011 | 1010000 |
Color Harmonies of #ADEAD3
Complementary color
Monochromatic Colors of #ADEAD3
Black with #ADEAD3
Text Example
Text Example
White with #ADEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAD3; }
p { color: rgb(173,234,211); }
H1.HeaderClassName
{
color: #ADEAD3;
}
.AnyTagClassName
{
color: #ADEAD3;
}
</style>
background-color css
<style>
a { background-color: #ADEAD3; }
a { background-color: rgb(173,234,211); }
div.DivClassName
{
background-color: #ADEAD3;
}
.BgClassName
{
background-color: #ADEAD3;
}
</style>
border-color css
<style>
span { border-color: #ADEAD3; }
span { border-color: rgb(173,234,211); }
td.TdClassName
{
border-color: #ADEAD3;
}
.TagClassName
{
border-color: #ADEAD3;
}
</style>