Shades of Magic Mint #ADE9CC
Tints of Magic Mint #ADE9CC
RGB
CMYK
RGB Variations
Color information
#ADE9CC (or 0xADE9CC) is known color: Magic Mint. HEX triplet: AD, E9 and CC. RGB value is (173,233,204). Sum of RGB (Red+Green+Blue) = 173+233+204=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE9CC is #521633. Grayscale: #D3D3D3. Windows color (decimal): -5379636 or 13429165. OLE color: 13429165.
HSL color Cylindrical-coordinate representation of color #ADE9CC: hue angle of 151º 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 #ADE9CC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 204 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.09 |
| HSL | 151º | 0.58% | 0.8% | - |
| HSV(B) | 151º | 0.26% | 0.91% | - |
| XYZ | 57.27 | 71.52 | 67.91 | - |
| YUV | 211.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 204 | 0.26 | 0 | 0.12 | 0.09 | 151 | 0.58 | 0.8 |
| Hex | AD | E9 | CC | 1A | 0 | C | 9 | 97 | 3A | 50 |
| Octal | 255 | 351 | 314 | 32 | 0 | 14 | 11 | 227 | 72 | 120 |
| Binary | 10101101 | 11101001 | 11001100 | 11010 | 0 | 1100 | 1001 | 10010111 | 111010 | 1010000 |
Color Harmonies of #ADE9CC
Complementary color
Monochromatic Colors of #ADE9CC
Black with #ADE9CC
Text Example
Text Example
White with #ADE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE9CC; }
p { color: rgb(173,233,204); }
H1.HeaderClassName
{
color: #ADE9CC;
}
.AnyTagClassName
{
color: #ADE9CC;
}
</style>
background-color css
<style>
a { background-color: #ADE9CC; }
a { background-color: rgb(173,233,204); }
div.DivClassName
{
background-color: #ADE9CC;
}
.BgClassName
{
background-color: #ADE9CC;
}
</style>
border-color css
<style>
span { border-color: #ADE9CC; }
span { border-color: rgb(173,233,204); }
td.TdClassName
{
border-color: #ADE9CC;
}
.TagClassName
{
border-color: #ADE9CC;
}
</style>