Shades of Magic Mint #ADFCCF
Tints of Magic Mint #ADFCCF
RGB
CMYK
RGB Variations
Color information
#ADFCCF (or 0xADFCCF) is known color: Magic Mint. HEX triplet: AD, FC and CF. RGB value is (173,252,207). Sum of RGB (Red+Green+Blue) = 173+252+207=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCCF is #520330. Grayscale: #DFDFDF. Windows color (decimal): -5374769 or 13630637. OLE color: 13630637.
HSL color Cylindrical-coordinate representation of color #ADFCCF: hue angle of 145.82º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCCF is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 207 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.01 |
| HSL | 145.82º | 0.93% | 0.83% | - |
| HSV(B) | 145.82º | 0.31% | 0.99% | - |
| XYZ | 63.31 | 83.01 | 71.72 | - |
| YUV | 223.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 207 | 0.31 | 0 | 0.18 | 0.01 | 145.82 | 0.93 | 0.83 |
| Hex | AD | FC | CF | 1F | 0 | 12 | 1 | 92 | 5D | 53 |
| Octal | 255 | 374 | 317 | 37 | 0 | 22 | 1 | 222 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11001111 | 11111 | 0 | 10010 | 1 | 10010010 | 1011101 | 1010011 |
Color Harmonies of #ADFCCF
Complementary color
Monochromatic Colors of #ADFCCF
Black with #ADFCCF
Text Example
Text Example
White with #ADFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCCF; }
p { color: rgb(173,252,207); }
H1.HeaderClassName
{
color: #ADFCCF;
}
.AnyTagClassName
{
color: #ADFCCF;
}
</style>
background-color css
<style>
a { background-color: #ADFCCF; }
a { background-color: rgb(173,252,207); }
div.DivClassName
{
background-color: #ADFCCF;
}
.BgClassName
{
background-color: #ADFCCF;
}
</style>
border-color css
<style>
span { border-color: #ADFCCF; }
span { border-color: rgb(173,252,207); }
td.TdClassName
{
border-color: #ADFCCF;
}
.TagClassName
{
border-color: #ADFCCF;
}
</style>