Shades of Magic Mint #ADF3C8
Tints of Magic Mint #ADF3C8
RGB
CMYK
RGB Variations
Color information
#ADF3C8 (or 0xADF3C8) is known color: Magic Mint. HEX triplet: AD, F3 and C8. RGB value is (173,243,200). Sum of RGB (Red+Green+Blue) = 173+243+200=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 243 (95.31% from 255 or 39.45% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3C8 is #520C37. Grayscale: #D9D9D9. Windows color (decimal): -5377080 or 13169581. OLE color: 13169581.
HSL color Cylindrical-coordinate representation of color #ADF3C8: hue angle of 143.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3C8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 200 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.05 |
| HSL | 143.14º | 0.74% | 0.82% | - |
| HSV(B) | 143.14º | 0.29% | 0.95% | - |
| XYZ | 59.71 | 77.16 | 66.39 | - |
| YUV | 217.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 200 | 0.29 | 0 | 0.18 | 0.05 | 143.14 | 0.74 | 0.82 |
| Hex | AD | F3 | C8 | 1D | 0 | 12 | 5 | 8F | 4A | 52 |
| Octal | 255 | 363 | 310 | 35 | 0 | 22 | 5 | 217 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11001000 | 11101 | 0 | 10010 | 101 | 10001111 | 1001010 | 1010010 |
Color Harmonies of #ADF3C8
Complementary color
Monochromatic Colors of #ADF3C8
Black with #ADF3C8
Text Example
Text Example
White with #ADF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3C8; }
p { color: rgb(173,243,200); }
H1.HeaderClassName
{
color: #ADF3C8;
}
.AnyTagClassName
{
color: #ADF3C8;
}
</style>
background-color css
<style>
a { background-color: #ADF3C8; }
a { background-color: rgb(173,243,200); }
div.DivClassName
{
background-color: #ADF3C8;
}
.BgClassName
{
background-color: #ADF3C8;
}
</style>
border-color css
<style>
span { border-color: #ADF3C8; }
span { border-color: rgb(173,243,200); }
td.TdClassName
{
border-color: #ADF3C8;
}
.TagClassName
{
border-color: #ADF3C8;
}
</style>