Shades of Magic Mint #ADF3CB
Tints of Magic Mint #ADF3CB
RGB
CMYK
RGB Variations
Color information
#ADF3CB (or 0xADF3CB) is known color: Magic Mint. HEX triplet: AD, F3 and CB. RGB value is (173,243,203). Sum of RGB (Red+Green+Blue) = 173+243+203=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3CB is #520C34. Grayscale: #D9D9D9. Windows color (decimal): -5377077 or 13366189. OLE color: 13366189.
HSL color Cylindrical-coordinate representation of color #ADF3CB: hue angle of 145.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3CB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 203 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.05 |
| HSL | 145.71º | 0.74% | 0.82% | - |
| HSV(B) | 145.71º | 0.29% | 0.95% | - |
| XYZ | 60.06 | 77.3 | 68.25 | - |
| YUV | 217.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 203 | 0.29 | 0 | 0.16 | 0.05 | 145.71 | 0.74 | 0.82 |
| Hex | AD | F3 | CB | 1D | 0 | 10 | 5 | 92 | 4A | 52 |
| Octal | 255 | 363 | 313 | 35 | 0 | 20 | 5 | 222 | 112 | 122 |
| Binary | 10101101 | 11110011 | 11001011 | 11101 | 0 | 10000 | 101 | 10010010 | 1001010 | 1010010 |
Color Harmonies of #ADF3CB
Complementary color
Monochromatic Colors of #ADF3CB
Black with #ADF3CB
Text Example
Text Example
White with #ADF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF3CB; }
p { color: rgb(173,243,203); }
H1.HeaderClassName
{
color: #ADF3CB;
}
.AnyTagClassName
{
color: #ADF3CB;
}
</style>
background-color css
<style>
a { background-color: #ADF3CB; }
a { background-color: rgb(173,243,203); }
div.DivClassName
{
background-color: #ADF3CB;
}
.BgClassName
{
background-color: #ADF3CB;
}
</style>
border-color css
<style>
span { border-color: #ADF3CB; }
span { border-color: rgb(173,243,203); }
td.TdClassName
{
border-color: #ADF3CB;
}
.TagClassName
{
border-color: #ADF3CB;
}
</style>