Shades of Magic Mint #ADFDCB
Tints of Magic Mint #ADFDCB
RGB
CMYK
RGB Variations
Color information
#ADFDCB (or 0xADFDCB) is known color: Magic Mint. HEX triplet: AD, FD and CB. RGB value is (173,253,203). Sum of RGB (Red+Green+Blue) = 173+253+203=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDCB is #520234. Grayscale: #DFDFDF. Windows color (decimal): -5374517 or 13368749. OLE color: 13368749.
HSL color Cylindrical-coordinate representation of color #ADFDCB: hue angle of 142.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDCB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 203 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.01 |
| HSL | 142.5º | 0.95% | 0.84% | - |
| HSV(B) | 142.5º | 0.32% | 0.99% | - |
| XYZ | 63.14 | 83.45 | 69.28 | - |
| YUV | 223.38 | 116.5 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 203 | 0.32 | 0 | 0.20 | 0.01 | 142.5 | 0.95 | 0.84 |
| Hex | AD | FD | CB | 20 | 0 | 14 | 1 | 8E | 5F | 54 |
| Octal | 255 | 375 | 313 | 40 | 0 | 24 | 1 | 216 | 137 | 124 |
| Binary | 10101101 | 11111101 | 11001011 | 100000 | 0 | 10100 | 1 | 10001110 | 1011111 | 1010100 |
Color Harmonies of #ADFDCB
Complementary color
Monochromatic Colors of #ADFDCB
Black with #ADFDCB
Text Example
Text Example
White with #ADFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDCB; }
p { color: rgb(173,253,203); }
H1.HeaderClassName
{
color: #ADFDCB;
}
.AnyTagClassName
{
color: #ADFDCB;
}
</style>
background-color css
<style>
a { background-color: #ADFDCB; }
a { background-color: rgb(173,253,203); }
div.DivClassName
{
background-color: #ADFDCB;
}
.BgClassName
{
background-color: #ADFDCB;
}
</style>
border-color css
<style>
span { border-color: #ADFDCB; }
span { border-color: rgb(173,253,203); }
td.TdClassName
{
border-color: #ADFDCB;
}
.TagClassName
{
border-color: #ADFDCB;
}
</style>