Shades of Magic Mint #ADFBDA
Tints of Magic Mint #ADFBDA
RGB
CMYK
RGB Variations
Color information
#ADFBDA (or 0xADFBDA) is known color: Magic Mint. HEX triplet: AD, FB and DA. RGB value is (173,251,218). Sum of RGB (Red+Green+Blue) = 173+251+218=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBDA is #520425. Grayscale: #DFDFDF. Windows color (decimal): -5375014 or 14351277. OLE color: 14351277.
HSL color Cylindrical-coordinate representation of color #ADFBDA: hue angle of 154.62º 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 #ADFBDA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 218 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.02 |
| HSL | 154.62º | 0.91% | 0.83% | - |
| HSV(B) | 154.62º | 0.31% | 0.98% | - |
| XYZ | 64.39 | 82.94 | 78.95 | - |
| YUV | 223.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 218 | 0.31 | 0 | 0.13 | 0.02 | 154.62 | 0.91 | 0.83 |
| Hex | AD | FB | DA | 1F | 0 | D | 2 | 9B | 5B | 53 |
| Octal | 255 | 373 | 332 | 37 | 0 | 15 | 2 | 233 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11011010 | 11111 | 0 | 1101 | 10 | 10011011 | 1011011 | 1010011 |
Color Harmonies of #ADFBDA
Complementary color
Monochromatic Colors of #ADFBDA
Black with #ADFBDA
Text Example
Text Example
White with #ADFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBDA; }
p { color: rgb(173,251,218); }
H1.HeaderClassName
{
color: #ADFBDA;
}
.AnyTagClassName
{
color: #ADFBDA;
}
</style>
background-color css
<style>
a { background-color: #ADFBDA; }
a { background-color: rgb(173,251,218); }
div.DivClassName
{
background-color: #ADFBDA;
}
.BgClassName
{
background-color: #ADFBDA;
}
</style>
border-color css
<style>
span { border-color: #ADFBDA; }
span { border-color: rgb(173,251,218); }
td.TdClassName
{
border-color: #ADFBDA;
}
.TagClassName
{
border-color: #ADFBDA;
}
</style>