Shades of Magic Mint #ADF5C4
Tints of Magic Mint #ADF5C4
RGB
CMYK
RGB Variations
Color information
#ADF5C4 (or 0xADF5C4) is known color: Magic Mint. HEX triplet: AD, F5 and C4. RGB value is (173,245,196). Sum of RGB (Red+Green+Blue) = 173+245+196=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5C4 is #520A3B. Grayscale: #DADADA. Windows color (decimal): -5376572 or 12907949. OLE color: 12907949.
HSL color Cylindrical-coordinate representation of color #ADF5C4: hue angle of 139.17º 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 #ADF5C4 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 196 | - |
| CMYK | 0.29 | 0 | 0.2 | 0.04 |
| HSL | 139.17º | 0.78% | 0.82% | - |
| HSV(B) | 139.17º | 0.29% | 0.96% | - |
| XYZ | 59.85 | 78.17 | 64.16 | - |
| YUV | 217.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 196 | 0.29 | 0 | 0.2 | 0.04 | 139.17 | 0.78 | 0.82 |
| Hex | AD | F5 | C4 | 1D | 0 | 14 | 4 | 8B | 4E | 52 |
| Octal | 255 | 365 | 304 | 35 | 0 | 24 | 4 | 213 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11000100 | 11101 | 0 | 10100 | 100 | 10001011 | 1001110 | 1010010 |
Color Harmonies of #ADF5C4
Complementary color
Monochromatic Colors of #ADF5C4
Black with #ADF5C4
Text Example
Text Example
White with #ADF5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5C4; }
p { color: rgb(173,245,196); }
H1.HeaderClassName
{
color: #ADF5C4;
}
.AnyTagClassName
{
color: #ADF5C4;
}
</style>
background-color css
<style>
a { background-color: #ADF5C4; }
a { background-color: rgb(173,245,196); }
div.DivClassName
{
background-color: #ADF5C4;
}
.BgClassName
{
background-color: #ADF5C4;
}
</style>
border-color css
<style>
span { border-color: #ADF5C4; }
span { border-color: rgb(173,245,196); }
td.TdClassName
{
border-color: #ADF5C4;
}
.TagClassName
{
border-color: #ADF5C4;
}
</style>