Shades of Magic Mint #ADE7CB
Tints of Magic Mint #ADE7CB
RGB
CMYK
RGB Variations
Color information
#ADE7CB (or 0xADE7CB) is known color: Magic Mint. HEX triplet: AD, E7 and CB. RGB value is (173,231,203). Sum of RGB (Red+Green+Blue) = 173+231+203=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7CB is #521834. Grayscale: #D2D2D2. Windows color (decimal): -5380149 or 13363117. OLE color: 13363117.
HSL color Cylindrical-coordinate representation of color #ADE7CB: hue angle of 151.03º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7CB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 203 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.09 |
| HSL | 151.03º | 0.55% | 0.79% | - |
| HSV(B) | 151.03º | 0.25% | 0.91% | - |
| XYZ | 56.59 | 70.35 | 67.1 | - |
| YUV | 210.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 203 | 0.25 | 0 | 0.12 | 0.09 | 151.03 | 0.55 | 0.79 |
| Hex | AD | E7 | CB | 19 | 0 | C | 9 | 97 | 37 | 4F |
| Octal | 255 | 347 | 313 | 31 | 0 | 14 | 11 | 227 | 67 | 117 |
| Binary | 10101101 | 11100111 | 11001011 | 11001 | 0 | 1100 | 1001 | 10010111 | 110111 | 1001111 |
Color Harmonies of #ADE7CB
Complementary color
Monochromatic Colors of #ADE7CB
Black with #ADE7CB
Text Example
Text Example
White with #ADE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE7CB; }
p { color: rgb(173,231,203); }
H1.HeaderClassName
{
color: #ADE7CB;
}
.AnyTagClassName
{
color: #ADE7CB;
}
</style>
background-color css
<style>
a { background-color: #ADE7CB; }
a { background-color: rgb(173,231,203); }
div.DivClassName
{
background-color: #ADE7CB;
}
.BgClassName
{
background-color: #ADE7CB;
}
</style>
border-color css
<style>
span { border-color: #ADE7CB; }
span { border-color: rgb(173,231,203); }
td.TdClassName
{
border-color: #ADE7CB;
}
.TagClassName
{
border-color: #ADE7CB;
}
</style>