Shades of Magic Mint #ADFECF
Tints of Magic Mint #ADFECF
RGB
CMYK
RGB Variations
Color information
#ADFECF (or 0xADFECF) is known color: Magic Mint. HEX triplet: AD, FE and CF. RGB value is (173,254,207). Sum of RGB (Red+Green+Blue) = 173+254+207=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFECF is #520130. Grayscale: #E0E0E0. Windows color (decimal): -5374257 or 13631149. OLE color: 13631149.
HSL color Cylindrical-coordinate representation of color #ADFECF: hue angle of 145.19º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFECF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 207 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.00 |
| HSL | 145.19º | 0.98% | 0.84% | - |
| HSV(B) | 145.19º | 0.32% | 1% | - |
| XYZ | 63.94 | 84.27 | 71.93 | - |
| YUV | 224.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 207 | 0.32 | 0 | 0.19 | 0.00 | 145.19 | 0.98 | 0.84 |
| Hex | AD | FE | CF | 20 | 0 | 13 | 0 | 91 | 62 | 54 |
| Octal | 255 | 376 | 317 | 40 | 0 | 23 | 0 | 221 | 142 | 124 |
| Binary | 10101101 | 11111110 | 11001111 | 100000 | 0 | 10011 | 0 | 10010001 | 1100010 | 1010100 |
Color Harmonies of #ADFECF
Complementary color
Monochromatic Colors of #ADFECF
Black with #ADFECF
Text Example
Text Example
White with #ADFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFECF; }
p { color: rgb(173,254,207); }
H1.HeaderClassName
{
color: #ADFECF;
}
.AnyTagClassName
{
color: #ADFECF;
}
</style>
background-color css
<style>
a { background-color: #ADFECF; }
a { background-color: rgb(173,254,207); }
div.DivClassName
{
background-color: #ADFECF;
}
.BgClassName
{
background-color: #ADFECF;
}
</style>
border-color css
<style>
span { border-color: #ADFECF; }
span { border-color: rgb(173,254,207); }
td.TdClassName
{
border-color: #ADFECF;
}
.TagClassName
{
border-color: #ADFECF;
}
</style>