Shades of Magic Mint #ADFADB
Tints of Magic Mint #ADFADB
RGB
CMYK
RGB Variations
Color information
#ADFADB (or 0xADFADB) is known color: Magic Mint. HEX triplet: AD, FA and DB. RGB value is (173,250,219). Sum of RGB (Red+Green+Blue) = 173+250+219=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFADB is #520524. Grayscale: #DFDFDF. Windows color (decimal): -5375269 or 14416557. OLE color: 14416557.
HSL color Cylindrical-coordinate representation of color #ADFADB: hue angle of 155.84º degrees, saturation: 0.89, 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 #ADFADB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 219 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.02 |
| HSL | 155.84º | 0.89% | 0.83% | - |
| HSV(B) | 155.84º | 0.31% | 0.98% | - |
| XYZ | 64.21 | 82.37 | 79.53 | - |
| YUV | 223.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 219 | 0.31 | 0 | 0.12 | 0.02 | 155.84 | 0.89 | 0.83 |
| Hex | AD | FA | DB | 1F | 0 | C | 2 | 9C | 59 | 53 |
| Octal | 255 | 372 | 333 | 37 | 0 | 14 | 2 | 234 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11011011 | 11111 | 0 | 1100 | 10 | 10011100 | 1011001 | 1010011 |
Color Harmonies of #ADFADB
Complementary color
Monochromatic Colors of #ADFADB
Black with #ADFADB
Text Example
Text Example
White with #ADFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFADB; }
p { color: rgb(173,250,219); }
H1.HeaderClassName
{
color: #ADFADB;
}
.AnyTagClassName
{
color: #ADFADB;
}
</style>
background-color css
<style>
a { background-color: #ADFADB; }
a { background-color: rgb(173,250,219); }
div.DivClassName
{
background-color: #ADFADB;
}
.BgClassName
{
background-color: #ADFADB;
}
</style>
border-color css
<style>
span { border-color: #ADFADB; }
span { border-color: rgb(173,250,219); }
td.TdClassName
{
border-color: #ADFADB;
}
.TagClassName
{
border-color: #ADFADB;
}
</style>