Shades of Magic Mint #ADFFCF
Tints of Magic Mint #ADFFCF
RGB
CMYK
RGB Variations
Color information
#ADFFCF (or 0xADFFCF) is known color: Magic Mint. HEX triplet: AD, FF and CF. RGB value is (173,255,207). Sum of RGB (Red+Green+Blue) = 173+255+207=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFCF is #520030. Grayscale: #E1E1E1. Windows color (decimal): -5374001 or 13631405. OLE color: 13631405.
HSL color Cylindrical-coordinate representation of color #ADFFCF: hue angle of 144.88º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFCF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 207 | - |
| CMYK | 0.32 | 0 | 0.19 | 0 |
| HSL | 144.88º | 1% | 0.84% | - |
| HSV(B) | 144.88º | 0.32% | 1% | - |
| XYZ | 64.26 | 84.91 | 72.03 | - |
| YUV | 225.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 207 | 0.32 | 0 | 0.19 | 0 | 144.88 | 1 | 0.84 |
| Hex | AD | FF | CF | 20 | 0 | 13 | 0 | 91 | 64 | 54 |
| Octal | 255 | 377 | 317 | 40 | 0 | 23 | 0 | 221 | 144 | 124 |
| Binary | 10101101 | 11111111 | 11001111 | 100000 | 0 | 10011 | 0 | 10010001 | 1100100 | 1010100 |
Color Harmonies of #ADFFCF
Complementary color
Monochromatic Colors of #ADFFCF
Black with #ADFFCF
Text Example
Text Example
White with #ADFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFCF; }
p { color: rgb(173,255,207); }
H1.HeaderClassName
{
color: #ADFFCF;
}
.AnyTagClassName
{
color: #ADFFCF;
}
</style>
background-color css
<style>
a { background-color: #ADFFCF; }
a { background-color: rgb(173,255,207); }
div.DivClassName
{
background-color: #ADFFCF;
}
.BgClassName
{
background-color: #ADFFCF;
}
</style>
border-color css
<style>
span { border-color: #ADFFCF; }
span { border-color: rgb(173,255,207); }
td.TdClassName
{
border-color: #ADFFCF;
}
.TagClassName
{
border-color: #ADFFCF;
}
</style>