Shades of Magic Mint #ADEBD2
Tints of Magic Mint #ADEBD2
RGB
CMYK
RGB Variations
Color information
#ADEBD2 (or 0xADEBD2) is known color: Magic Mint. HEX triplet: AD, EB and D2. RGB value is (173,235,210). Sum of RGB (Red+Green+Blue) = 173+235+210=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBD2 is #52142D. Grayscale: #D5D5D5. Windows color (decimal): -5379118 or 13822893. OLE color: 13822893.
HSL color Cylindrical-coordinate representation of color #ADEBD2: hue angle of 155.81º degrees, saturation: 0.61, 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 #ADEBD2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 210 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.08 |
| HSL | 155.81º | 0.61% | 0.8% | - |
| HSV(B) | 155.81º | 0.26% | 0.92% | - |
| XYZ | 58.57 | 72.95 | 71.97 | - |
| YUV | 213.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 210 | 0.26 | 0 | 0.11 | 0.08 | 155.81 | 0.61 | 0.8 |
| Hex | AD | EB | D2 | 1A | 0 | B | 8 | 9C | 3D | 50 |
| Octal | 255 | 353 | 322 | 32 | 0 | 13 | 10 | 234 | 75 | 120 |
| Binary | 10101101 | 11101011 | 11010010 | 11010 | 0 | 1011 | 1000 | 10011100 | 111101 | 1010000 |
Color Harmonies of #ADEBD2
Complementary color
Monochromatic Colors of #ADEBD2
Black with #ADEBD2
Text Example
Text Example
White with #ADEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBD2; }
p { color: rgb(173,235,210); }
H1.HeaderClassName
{
color: #ADEBD2;
}
.AnyTagClassName
{
color: #ADEBD2;
}
</style>
background-color css
<style>
a { background-color: #ADEBD2; }
a { background-color: rgb(173,235,210); }
div.DivClassName
{
background-color: #ADEBD2;
}
.BgClassName
{
background-color: #ADEBD2;
}
</style>
border-color css
<style>
span { border-color: #ADEBD2; }
span { border-color: rgb(173,235,210); }
td.TdClassName
{
border-color: #ADEBD2;
}
.TagClassName
{
border-color: #ADEBD2;
}
</style>