Shades of Magic Mint #ADF5CB
Tints of Magic Mint #ADF5CB
RGB
CMYK
RGB Variations
Color information
#ADF5CB (or 0xADF5CB) is known color: Magic Mint. HEX triplet: AD, F5 and CB. RGB value is (173,245,203). Sum of RGB (Red+Green+Blue) = 173+245+203=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF5CB is #520A34. Grayscale: #DADADA. Windows color (decimal): -5376565 or 13366701. OLE color: 13366701.
HSL color Cylindrical-coordinate representation of color #ADF5CB: hue angle of 145º 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 #ADF5CB is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 203 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.04 |
| HSL | 145º | 0.78% | 0.82% | - |
| HSV(B) | 145º | 0.29% | 0.96% | - |
| XYZ | 60.67 | 78.5 | 68.45 | - |
| YUV | 218.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 203 | 0.29 | 0 | 0.17 | 0.04 | 145 | 0.78 | 0.82 |
| Hex | AD | F5 | CB | 1D | 0 | 11 | 4 | 91 | 4E | 52 |
| Octal | 255 | 365 | 313 | 35 | 0 | 21 | 4 | 221 | 116 | 122 |
| Binary | 10101101 | 11110101 | 11001011 | 11101 | 0 | 10001 | 100 | 10010001 | 1001110 | 1010010 |
Color Harmonies of #ADF5CB
Complementary color
Monochromatic Colors of #ADF5CB
Black with #ADF5CB
Text Example
Text Example
White with #ADF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF5CB; }
p { color: rgb(173,245,203); }
H1.HeaderClassName
{
color: #ADF5CB;
}
.AnyTagClassName
{
color: #ADF5CB;
}
</style>
background-color css
<style>
a { background-color: #ADF5CB; }
a { background-color: rgb(173,245,203); }
div.DivClassName
{
background-color: #ADF5CB;
}
.BgClassName
{
background-color: #ADF5CB;
}
</style>
border-color css
<style>
span { border-color: #ADF5CB; }
span { border-color: rgb(173,245,203); }
td.TdClassName
{
border-color: #ADF5CB;
}
.TagClassName
{
border-color: #ADF5CB;
}
</style>