Shades of Magic Mint #ADE9C9
Tints of Magic Mint #ADE9C9
RGB
CMYK
RGB Variations
Color information
#ADE9C9 (or 0xADE9C9) is known color: Magic Mint. HEX triplet: AD, E9 and C9. RGB value is (173,233,201). Sum of RGB (Red+Green+Blue) = 173+233+201=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9C9 is #521636. Grayscale: #D3D3D3. Windows color (decimal): -5379639 or 13232557. OLE color: 13232557.
HSL color Cylindrical-coordinate representation of color #ADE9C9: hue angle of 148º 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 #ADE9C9 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 201 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.09 |
| HSL | 148º | 0.58% | 0.8% | - |
| HSV(B) | 148º | 0.26% | 0.91% | - |
| XYZ | 56.92 | 71.38 | 66.04 | - |
| YUV | 211.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 201 | 0.26 | 0 | 0.14 | 0.09 | 148 | 0.58 | 0.8 |
| Hex | AD | E9 | C9 | 1A | 0 | E | 9 | 94 | 3A | 50 |
| Octal | 255 | 351 | 311 | 32 | 0 | 16 | 11 | 224 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11001001 | 11010 | 0 | 1110 | 1001 | 10010100 | 111010 | 1010000 |
Color Harmonies of #ADE9C9
Complementary color
Monochromatic Colors of #ADE9C9
Black with #ADE9C9
Text Example
Text Example
White with #ADE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9C9; }
p { color: rgb(173,233,201); }
H1.HeaderClassName
{
color: #ADE9C9;
}
.AnyTagClassName
{
color: #ADE9C9;
}
</style>
background-color css
<style>
a { background-color: #ADE9C9; }
a { background-color: rgb(173,233,201); }
div.DivClassName
{
background-color: #ADE9C9;
}
.BgClassName
{
background-color: #ADE9C9;
}
</style>
border-color css
<style>
span { border-color: #ADE9C9; }
span { border-color: rgb(173,233,201); }
td.TdClassName
{
border-color: #ADE9C9;
}
.TagClassName
{
border-color: #ADE9C9;
}
</style>