Shades of Magic Mint #ADE6CE
Tints of Magic Mint #ADE6CE
RGB
CMYK
RGB Variations
Color information
#ADE6CE (or 0xADE6CE) is known color: Magic Mint. HEX triplet: AD, E6 and CE. RGB value is (173,230,206). Sum of RGB (Red+Green+Blue) = 173+230+206=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6CE is #521931. Grayscale: #D2D2D2. Windows color (decimal): -5380402 or 13559469. OLE color: 13559469.
HSL color Cylindrical-coordinate representation of color #ADE6CE: hue angle of 154.74º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6CE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 206 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.10 |
| HSL | 154.74º | 0.53% | 0.79% | - |
| HSV(B) | 154.74º | 0.25% | 0.9% | - |
| XYZ | 56.67 | 69.93 | 68.9 | - |
| YUV | 210.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 206 | 0.25 | 0 | 0.10 | 0.10 | 154.74 | 0.53 | 0.79 |
| Hex | AD | E6 | CE | 19 | 0 | A | A | 9B | 35 | 4F |
| Octal | 255 | 346 | 316 | 31 | 0 | 12 | 12 | 233 | 65 | 117 |
| Binary | 10101101 | 11100110 | 11001110 | 11001 | 0 | 1010 | 1010 | 10011011 | 110101 | 1001111 |
Color Harmonies of #ADE6CE
Complementary color
Monochromatic Colors of #ADE6CE
Black with #ADE6CE
Text Example
Text Example
White with #ADE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6CE; }
p { color: rgb(173,230,206); }
H1.HeaderClassName
{
color: #ADE6CE;
}
.AnyTagClassName
{
color: #ADE6CE;
}
</style>
background-color css
<style>
a { background-color: #ADE6CE; }
a { background-color: rgb(173,230,206); }
div.DivClassName
{
background-color: #ADE6CE;
}
.BgClassName
{
background-color: #ADE6CE;
}
</style>
border-color css
<style>
span { border-color: #ADE6CE; }
span { border-color: rgb(173,230,206); }
td.TdClassName
{
border-color: #ADE6CE;
}
.TagClassName
{
border-color: #ADE6CE;
}
</style>