Shades of Magic Mint #ADF0CB
Tints of Magic Mint #ADF0CB
RGB
CMYK
RGB Variations
Color information
#ADF0CB (or 0xADF0CB) is known color: Magic Mint. HEX triplet: AD, F0 and CB. RGB value is (173,240,203). Sum of RGB (Red+Green+Blue) = 173+240+203=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0CB is #520F34. Grayscale: #D7D7D7. Windows color (decimal): -5377845 or 13365421. OLE color: 13365421.
HSL color Cylindrical-coordinate representation of color #ADF0CB: hue angle of 146.87º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0CB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 203 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.06 |
| HSL | 146.87º | 0.69% | 0.81% | - |
| HSV(B) | 146.87º | 0.28% | 0.94% | - |
| XYZ | 59.17 | 75.52 | 67.96 | - |
| YUV | 215.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 203 | 0.28 | 0 | 0.15 | 0.06 | 146.87 | 0.69 | 0.81 |
| Hex | AD | F0 | CB | 1C | 0 | F | 6 | 93 | 45 | 51 |
| Octal | 255 | 360 | 313 | 34 | 0 | 17 | 6 | 223 | 105 | 121 |
| Binary | 10101101 | 11110000 | 11001011 | 11100 | 0 | 1111 | 110 | 10010011 | 1000101 | 1010001 |
Color Harmonies of #ADF0CB
Complementary color
Monochromatic Colors of #ADF0CB
Black with #ADF0CB
Text Example
Text Example
White with #ADF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF0CB; }
p { color: rgb(173,240,203); }
H1.HeaderClassName
{
color: #ADF0CB;
}
.AnyTagClassName
{
color: #ADF0CB;
}
</style>
background-color css
<style>
a { background-color: #ADF0CB; }
a { background-color: rgb(173,240,203); }
div.DivClassName
{
background-color: #ADF0CB;
}
.BgClassName
{
background-color: #ADF0CB;
}
</style>
border-color css
<style>
span { border-color: #ADF0CB; }
span { border-color: rgb(173,240,203); }
td.TdClassName
{
border-color: #ADF0CB;
}
.TagClassName
{
border-color: #ADF0CB;
}
</style>