Shades of Magic Mint #ADFCC5
Tints of Magic Mint #ADFCC5
RGB
CMYK
RGB Variations
Color information
#ADFCC5 (or 0xADFCC5) is known color: Magic Mint. HEX triplet: AD, FC and C5. RGB value is (173,252,197). Sum of RGB (Red+Green+Blue) = 173+252+197=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCC5 is #52033A. Grayscale: #DEDEDE. Windows color (decimal): -5374779 or 12975277. OLE color: 12975277.
HSL color Cylindrical-coordinate representation of color #ADFCC5: hue angle of 138.23º 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 #ADFCC5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 197 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.01 |
| HSL | 138.23º | 0.93% | 0.83% | - |
| HSV(B) | 138.23º | 0.31% | 0.99% | - |
| XYZ | 62.12 | 82.54 | 65.48 | - |
| YUV | 222.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 197 | 0.31 | 0 | 0.22 | 0.01 | 138.23 | 0.93 | 0.83 |
| Hex | AD | FC | C5 | 1F | 0 | 16 | 1 | 8A | 5D | 53 |
| Octal | 255 | 374 | 305 | 37 | 0 | 26 | 1 | 212 | 135 | 123 |
| Binary | 10101101 | 11111100 | 11000101 | 11111 | 0 | 10110 | 1 | 10001010 | 1011101 | 1010011 |
Color Harmonies of #ADFCC5
Complementary color
Monochromatic Colors of #ADFCC5
Black with #ADFCC5
Text Example
Text Example
White with #ADFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCC5; }
p { color: rgb(173,252,197); }
H1.HeaderClassName
{
color: #ADFCC5;
}
.AnyTagClassName
{
color: #ADFCC5;
}
</style>
background-color css
<style>
a { background-color: #ADFCC5; }
a { background-color: rgb(173,252,197); }
div.DivClassName
{
background-color: #ADFCC5;
}
.BgClassName
{
background-color: #ADFCC5;
}
</style>
border-color css
<style>
span { border-color: #ADFCC5; }
span { border-color: rgb(173,252,197); }
td.TdClassName
{
border-color: #ADFCC5;
}
.TagClassName
{
border-color: #ADFCC5;
}
</style>