Shades of Magic Mint #ADFCD4
Tints of Magic Mint #ADFCD4
RGB
CMYK
RGB Variations
Color information
#ADFCD4 (or 0xADFCD4) is known color: Magic Mint. HEX triplet: AD, FC and D4. RGB value is (173,252,212). Sum of RGB (Red+Green+Blue) = 173+252+212=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCD4 is #52032B. Grayscale: #DFDFDF. Windows color (decimal): -5374764 or 13958317. OLE color: 13958317.
HSL color Cylindrical-coordinate representation of color #ADFCD4: hue angle of 149.62º 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 #ADFCD4 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 212 | - |
CMYK | 0.31 | 0 | 0.16 | 0.01 |
HSL | 149.62º | 0.93% | 0.83% | - |
HSV(B) | 149.62º | 0.31% | 0.99% | - |
XYZ | 63.93 | 83.26 | 74.99 | - |
YUV | 223.82 | 121.33 | 91.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 212 | 0.31 | 0 | 0.16 | 0.01 | 149.62 | 0.93 | 0.83 |
Hex | AD | FC | D4 | 1F | 0 | 10 | 1 | 96 | 5D | 53 |
Octal | 255 | 374 | 324 | 37 | 0 | 20 | 1 | 226 | 135 | 123 |
Binary | 10101101 | 11111100 | 11010100 | 11111 | 0 | 10000 | 1 | 10010110 | 1011101 | 1010011 |
Color Harmonies of #ADFCD4
Complementary color
Monochromatic Colors of #ADFCD4
Black with #ADFCD4
Text Example
Text Example
White with #ADFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCD4; }
p { color: rgb(173,252,212); }
H1.HeaderClassName
{
color: #ADFCD4;
}
.AnyTagClassName
{
color: #ADFCD4;
}
</style>
background-color css
<style>
a { background-color: #ADFCD4; }
a { background-color: rgb(173,252,212); }
div.DivClassName
{
background-color: #ADFCD4;
}
.BgClassName
{
background-color: #ADFCD4;
}
</style>
border-color css
<style>
span { border-color: #ADFCD4; }
span { border-color: rgb(173,252,212); }
td.TdClassName
{
border-color: #ADFCD4;
}
.TagClassName
{
border-color: #ADFCD4;
}
</style>