Shades of Magic Mint #ADFADA
Tints of Magic Mint #ADFADA
RGB
CMYK
RGB Variations
Color information
#ADFADA (or 0xADFADA) is known color: Magic Mint. HEX triplet: AD, FA and DA. RGB value is (173,250,218). Sum of RGB (Red+Green+Blue) = 173+250+218=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFADA is #520525. Grayscale: #DFDFDF. Windows color (decimal): -5375270 or 14351021. OLE color: 14351021.
HSL color Cylindrical-coordinate representation of color #ADFADA: hue angle of 155.06º 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 #ADFADA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 250 | 218 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.02 |
| HSL | 155.06º | 0.89% | 0.83% | - |
| HSV(B) | 155.06º | 0.31% | 0.98% | - |
| XYZ | 64.07 | 82.32 | 78.84 | - |
| YUV | 223.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 250 | 218 | 0.31 | 0 | 0.13 | 0.02 | 155.06 | 0.89 | 0.83 |
| Hex | AD | FA | DA | 1F | 0 | D | 2 | 9B | 59 | 53 |
| Octal | 255 | 372 | 332 | 37 | 0 | 15 | 2 | 233 | 131 | 123 |
| Binary | 10101101 | 11111010 | 11011010 | 11111 | 0 | 1101 | 10 | 10011011 | 1011001 | 1010011 |
Color Harmonies of #ADFADA
Complementary color
Monochromatic Colors of #ADFADA
Black with #ADFADA
Text Example
Text Example
White with #ADFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFADA; }
p { color: rgb(173,250,218); }
H1.HeaderClassName
{
color: #ADFADA;
}
.AnyTagClassName
{
color: #ADFADA;
}
</style>
background-color css
<style>
a { background-color: #ADFADA; }
a { background-color: rgb(173,250,218); }
div.DivClassName
{
background-color: #ADFADA;
}
.BgClassName
{
background-color: #ADFADA;
}
</style>
border-color css
<style>
span { border-color: #ADFADA; }
span { border-color: rgb(173,250,218); }
td.TdClassName
{
border-color: #ADFADA;
}
.TagClassName
{
border-color: #ADFADA;
}
</style>