Shades of Magic Mint #ADFBDF
Tints of Magic Mint #ADFBDF
RGB
CMYK
RGB Variations
Color information
#ADFBDF (or 0xADFBDF) is known color: Magic Mint. HEX triplet: AD, FB and DF. RGB value is (173,251,223). Sum of RGB (Red+Green+Blue) = 173+251+223=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBDF is #520420. Grayscale: #E0E0E0. Windows color (decimal): -5375009 or 14678957. OLE color: 14678957.
HSL color Cylindrical-coordinate representation of color #ADFBDF: hue angle of 158.46º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBDF is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 223 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.02 |
| HSL | 158.46º | 0.91% | 0.83% | - |
| HSV(B) | 158.46º | 0.31% | 0.98% | - |
| XYZ | 65.05 | 83.21 | 82.44 | - |
| YUV | 224.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 223 | 0.31 | 0 | 0.11 | 0.02 | 158.46 | 0.91 | 0.83 |
| Hex | AD | FB | DF | 1F | 0 | B | 2 | 9E | 5B | 53 |
| Octal | 255 | 373 | 337 | 37 | 0 | 13 | 2 | 236 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11011111 | 11111 | 0 | 1011 | 10 | 10011110 | 1011011 | 1010011 |
Color Harmonies of #ADFBDF
Complementary color
Monochromatic Colors of #ADFBDF
Black with #ADFBDF
Text Example
Text Example
White with #ADFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBDF; }
p { color: rgb(173,251,223); }
H1.HeaderClassName
{
color: #ADFBDF;
}
.AnyTagClassName
{
color: #ADFBDF;
}
</style>
background-color css
<style>
a { background-color: #ADFBDF; }
a { background-color: rgb(173,251,223); }
div.DivClassName
{
background-color: #ADFBDF;
}
.BgClassName
{
background-color: #ADFBDF;
}
</style>
border-color css
<style>
span { border-color: #ADFBDF; }
span { border-color: rgb(173,251,223); }
td.TdClassName
{
border-color: #ADFBDF;
}
.TagClassName
{
border-color: #ADFBDF;
}
</style>