Shades of Magic Mint #ADF5CC
Tints of Magic Mint #ADF5CC
RGB
CMYK
RGB Variations
Color information
#ADF5CC (or 0xADF5CC) is known color: Magic Mint. HEX triplet: AD, F5 and CC. RGB value is (173,245,204). Sum of RGB (Red+Green+Blue) = 173+245+204=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5CC is #520A33. Grayscale: #DADADA. Windows color (decimal): -5376564 or 13432237. OLE color: 13432237.
HSL color Cylindrical-coordinate representation of color #ADF5CC: hue angle of 145.83º 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 #ADF5CC is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 204 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.04 |
| HSL | 145.83º | 0.78% | 0.82% | - |
| HSV(B) | 145.83º | 0.29% | 0.96% | - |
| XYZ | 60.79 | 78.55 | 69.08 | - |
| YUV | 218.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 204 | 0.29 | 0 | 0.17 | 0.04 | 145.83 | 0.78 | 0.82 |
| Hex | AD | F5 | CC | 1D | 0 | 11 | 4 | 92 | 4E | 52 |
| Octal | 255 | 365 | 314 | 35 | 0 | 21 | 4 | 222 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11001100 | 11101 | 0 | 10001 | 100 | 10010010 | 1001110 | 1010010 |
Color Harmonies of #ADF5CC
Complementary color
Monochromatic Colors of #ADF5CC
Black with #ADF5CC
Text Example
Text Example
White with #ADF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5CC; }
p { color: rgb(173,245,204); }
H1.HeaderClassName
{
color: #ADF5CC;
}
.AnyTagClassName
{
color: #ADF5CC;
}
</style>
background-color css
<style>
a { background-color: #ADF5CC; }
a { background-color: rgb(173,245,204); }
div.DivClassName
{
background-color: #ADF5CC;
}
.BgClassName
{
background-color: #ADF5CC;
}
</style>
border-color css
<style>
span { border-color: #ADF5CC; }
span { border-color: rgb(173,245,204); }
td.TdClassName
{
border-color: #ADF5CC;
}
.TagClassName
{
border-color: #ADF5CC;
}
</style>