Shades of Magic Mint #ADF9C4
Tints of Magic Mint #ADF9C4
RGB
CMYK
RGB Variations
Color information
#ADF9C4 (or 0xADF9C4) is known color: Magic Mint. HEX triplet: AD, F9 and C4. RGB value is (173,249,196). Sum of RGB (Red+Green+Blue) = 173+249+196=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9C4 is #52063B. Grayscale: #DCDCDC. Windows color (decimal): -5375548 or 12908973. OLE color: 12908973.
HSL color Cylindrical-coordinate representation of color #ADF9C4: hue angle of 138.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9C4 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 196 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.02 |
| HSL | 138.16º | 0.86% | 0.83% | - |
| HSV(B) | 138.16º | 0.31% | 0.98% | - |
| XYZ | 61.07 | 80.62 | 64.57 | - |
| YUV | 220.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 196 | 0.31 | 0 | 0.21 | 0.02 | 138.16 | 0.86 | 0.83 |
| Hex | AD | F9 | C4 | 1F | 0 | 15 | 2 | 8A | 56 | 53 |
| Octal | 255 | 371 | 304 | 37 | 0 | 25 | 2 | 212 | 126 | 123 |
| Binary | 10101101 | 11111001 | 11000100 | 11111 | 0 | 10101 | 10 | 10001010 | 1010110 | 1010011 |
Color Harmonies of #ADF9C4
Complementary color
Monochromatic Colors of #ADF9C4
Black with #ADF9C4
Text Example
Text Example
White with #ADF9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF9C4; }
p { color: rgb(173,249,196); }
H1.HeaderClassName
{
color: #ADF9C4;
}
.AnyTagClassName
{
color: #ADF9C4;
}
</style>
background-color css
<style>
a { background-color: #ADF9C4; }
a { background-color: rgb(173,249,196); }
div.DivClassName
{
background-color: #ADF9C4;
}
.BgClassName
{
background-color: #ADF9C4;
}
</style>
border-color css
<style>
span { border-color: #ADF9C4; }
span { border-color: rgb(173,249,196); }
td.TdClassName
{
border-color: #ADF9C4;
}
.TagClassName
{
border-color: #ADF9C4;
}
</style>