Shades of Magic Mint #ADF5C8
Tints of Magic Mint #ADF5C8
RGB
CMYK
RGB Variations
Color information
#ADF5C8 (or 0xADF5C8) is known color: Magic Mint. HEX triplet: AD, F5 and C8. RGB value is (173,245,200). Sum of RGB (Red+Green+Blue) = 173+245+200=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5C8 is #520A37. Grayscale: #DADADA. Windows color (decimal): -5376568 or 13170093. OLE color: 13170093.
HSL color Cylindrical-coordinate representation of color #ADF5C8: hue angle of 142.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF5C8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 200 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.04 |
| HSL | 142.5º | 0.78% | 0.82% | - |
| HSV(B) | 142.5º | 0.29% | 0.96% | - |
| XYZ | 60.31 | 78.36 | 66.59 | - |
| YUV | 218.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 200 | 0.29 | 0 | 0.18 | 0.04 | 142.5 | 0.78 | 0.82 |
| Hex | AD | F5 | C8 | 1D | 0 | 12 | 4 | 8E | 4E | 52 |
| Octal | 255 | 365 | 310 | 35 | 0 | 22 | 4 | 216 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11001000 | 11101 | 0 | 10010 | 100 | 10001110 | 1001110 | 1010010 |
Color Harmonies of #ADF5C8
Complementary color
Monochromatic Colors of #ADF5C8
Black with #ADF5C8
Text Example
Text Example
White with #ADF5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5C8; }
p { color: rgb(173,245,200); }
H1.HeaderClassName
{
color: #ADF5C8;
}
.AnyTagClassName
{
color: #ADF5C8;
}
</style>
background-color css
<style>
a { background-color: #ADF5C8; }
a { background-color: rgb(173,245,200); }
div.DivClassName
{
background-color: #ADF5C8;
}
.BgClassName
{
background-color: #ADF5C8;
}
</style>
border-color css
<style>
span { border-color: #ADF5C8; }
span { border-color: rgb(173,245,200); }
td.TdClassName
{
border-color: #ADF5C8;
}
.TagClassName
{
border-color: #ADF5C8;
}
</style>