Shades of Magic Mint #ADF0CE
Tints of Magic Mint #ADF0CE
RGB
CMYK
RGB Variations
Color information
#ADF0CE (or 0xADF0CE) is known color: Magic Mint. HEX triplet: AD, F0 and CE. RGB value is (173,240,206). Sum of RGB (Red+Green+Blue) = 173+240+206=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0CE is #520F31. Grayscale: #D8D8D8. Windows color (decimal): -5377842 or 13562029. OLE color: 13562029.
HSL color Cylindrical-coordinate representation of color #ADF0CE: hue angle of 149.55º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0CE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 206 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.06 |
| HSL | 149.55º | 0.69% | 0.81% | - |
| HSV(B) | 149.55º | 0.28% | 0.94% | - |
| XYZ | 59.53 | 75.66 | 69.86 | - |
| YUV | 216.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 206 | 0.28 | 0 | 0.14 | 0.06 | 149.55 | 0.69 | 0.81 |
| Hex | AD | F0 | CE | 1C | 0 | E | 6 | 96 | 45 | 51 |
| Octal | 255 | 360 | 316 | 34 | 0 | 16 | 6 | 226 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11001110 | 11100 | 0 | 1110 | 110 | 10010110 | 1000101 | 1010001 |
Color Harmonies of #ADF0CE
Complementary color
Monochromatic Colors of #ADF0CE
Black with #ADF0CE
Text Example
Text Example
White with #ADF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0CE; }
p { color: rgb(173,240,206); }
H1.HeaderClassName
{
color: #ADF0CE;
}
.AnyTagClassName
{
color: #ADF0CE;
}
</style>
background-color css
<style>
a { background-color: #ADF0CE; }
a { background-color: rgb(173,240,206); }
div.DivClassName
{
background-color: #ADF0CE;
}
.BgClassName
{
background-color: #ADF0CE;
}
</style>
border-color css
<style>
span { border-color: #ADF0CE; }
span { border-color: rgb(173,240,206); }
td.TdClassName
{
border-color: #ADF0CE;
}
.TagClassName
{
border-color: #ADF0CE;
}
</style>