Shades of Magic Mint #ADFDCA
Tints of Magic Mint #ADFDCA
RGB
CMYK
RGB Variations
Color information
#ADFDCA (or 0xADFDCA) is known color: Magic Mint. HEX triplet: AD, FD and CA. RGB value is (173,253,202). Sum of RGB (Red+Green+Blue) = 173+253+202=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDCA is #520235. Grayscale: #DFDFDF. Windows color (decimal): -5374518 or 13303213. OLE color: 13303213.
HSL color Cylindrical-coordinate representation of color #ADFDCA: hue angle of 141.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDCA is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 202 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.01 |
| HSL | 141.75º | 0.95% | 0.84% | - |
| HSV(B) | 141.75º | 0.32% | 0.99% | - |
| XYZ | 63.02 | 83.4 | 68.65 | - |
| YUV | 223.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 202 | 0.32 | 0 | 0.20 | 0.01 | 141.75 | 0.95 | 0.84 |
| Hex | AD | FD | CA | 20 | 0 | 14 | 1 | 8E | 5F | 54 |
| Octal | 255 | 375 | 312 | 40 | 0 | 24 | 1 | 216 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11001010 | 100000 | 0 | 10100 | 1 | 10001110 | 1011111 | 1010100 |
Color Harmonies of #ADFDCA
Complementary color
Monochromatic Colors of #ADFDCA
Black with #ADFDCA
Text Example
Text Example
White with #ADFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDCA; }
p { color: rgb(173,253,202); }
H1.HeaderClassName
{
color: #ADFDCA;
}
.AnyTagClassName
{
color: #ADFDCA;
}
</style>
background-color css
<style>
a { background-color: #ADFDCA; }
a { background-color: rgb(173,253,202); }
div.DivClassName
{
background-color: #ADFDCA;
}
.BgClassName
{
background-color: #ADFDCA;
}
</style>
border-color css
<style>
span { border-color: #ADFDCA; }
span { border-color: rgb(173,253,202); }
td.TdClassName
{
border-color: #ADFDCA;
}
.TagClassName
{
border-color: #ADFDCA;
}
</style>