Shades of Magic Mint #ADF4C4
Tints of Magic Mint #ADF4C4
RGB
CMYK
RGB Variations
Color information
#ADF4C4 (or 0xADF4C4) is known color: Magic Mint. HEX triplet: AD, F4 and C4. RGB value is (173,244,196). Sum of RGB (Red+Green+Blue) = 173+244+196=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF4C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF4C4 is #520B3B. Grayscale: #D9D9D9. Windows color (decimal): -5376828 or 12907693. OLE color: 12907693.
HSL color Cylindrical-coordinate representation of color #ADF4C4: hue angle of 139.44º degrees, saturation: 0.76, 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 #ADF4C4 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 196 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.04 |
| HSL | 139.44º | 0.76% | 0.82% | - |
| HSV(B) | 139.44º | 0.29% | 0.96% | - |
| XYZ | 59.55 | 77.57 | 64.06 | - |
| YUV | 217.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 196 | 0.29 | 0 | 0.20 | 0.04 | 139.44 | 0.76 | 0.82 |
| Hex | AD | F4 | C4 | 1D | 0 | 14 | 4 | 8B | 4C | 52 |
| Octal | 255 | 364 | 304 | 35 | 0 | 24 | 4 | 213 | 114 | 122 |
| Binary | 10101101 | 11110100 | 11000100 | 11101 | 0 | 10100 | 100 | 10001011 | 1001100 | 1010010 |
Color Harmonies of #ADF4C4
Complementary color
Monochromatic Colors of #ADF4C4
Black with #ADF4C4
Text Example
Text Example
White with #ADF4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF4C4; }
p { color: rgb(173,244,196); }
H1.HeaderClassName
{
color: #ADF4C4;
}
.AnyTagClassName
{
color: #ADF4C4;
}
</style>
background-color css
<style>
a { background-color: #ADF4C4; }
a { background-color: rgb(173,244,196); }
div.DivClassName
{
background-color: #ADF4C4;
}
.BgClassName
{
background-color: #ADF4C4;
}
</style>
border-color css
<style>
span { border-color: #ADF4C4; }
span { border-color: rgb(173,244,196); }
td.TdClassName
{
border-color: #ADF4C4;
}
.TagClassName
{
border-color: #ADF4C4;
}
</style>