Shades of Magic Mint #ADE9CB
Tints of Magic Mint #ADE9CB
RGB
CMYK
RGB Variations
Color information
#ADE9CB (or 0xADE9CB) is known color: Magic Mint. HEX triplet: AD, E9 and CB. RGB value is (173,233,203). Sum of RGB (Red+Green+Blue) = 173+233+203=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9CB is #521634. Grayscale: #D3D3D3. Windows color (decimal): -5379637 or 13363629. OLE color: 13363629.
HSL color Cylindrical-coordinate representation of color #ADE9CB: hue angle of 150º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADE9CB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 203 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.09 |
| HSL | 150º | 0.58% | 0.8% | - |
| HSV(B) | 150º | 0.26% | 0.91% | - |
| XYZ | 57.15 | 71.47 | 67.28 | - |
| YUV | 211.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 203 | 0.26 | 0 | 0.13 | 0.09 | 150 | 0.58 | 0.8 |
| Hex | AD | E9 | CB | 1A | 0 | D | 9 | 96 | 3A | 50 |
| Octal | 255 | 351 | 313 | 32 | 0 | 15 | 11 | 226 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11001011 | 11010 | 0 | 1101 | 1001 | 10010110 | 111010 | 1010000 |
Color Harmonies of #ADE9CB
Complementary color
Monochromatic Colors of #ADE9CB
Black with #ADE9CB
Text Example
Text Example
White with #ADE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9CB; }
p { color: rgb(173,233,203); }
H1.HeaderClassName
{
color: #ADE9CB;
}
.AnyTagClassName
{
color: #ADE9CB;
}
</style>
background-color css
<style>
a { background-color: #ADE9CB; }
a { background-color: rgb(173,233,203); }
div.DivClassName
{
background-color: #ADE9CB;
}
.BgClassName
{
background-color: #ADE9CB;
}
</style>
border-color css
<style>
span { border-color: #ADE9CB; }
span { border-color: rgb(173,233,203); }
td.TdClassName
{
border-color: #ADE9CB;
}
.TagClassName
{
border-color: #ADE9CB;
}
</style>