Shades of Magic Mint #ADFBD5
Tints of Magic Mint #ADFBD5
RGB
CMYK
RGB Variations
Color information
#ADFBD5 (or 0xADFBD5) is known color: Magic Mint. HEX triplet: AD, FB and D5. RGB value is (173,251,213). Sum of RGB (Red+Green+Blue) = 173+251+213=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBD5 is #52042A. Grayscale: #DFDFDF. Windows color (decimal): -5375019 or 14023597. OLE color: 14023597.
HSL color Cylindrical-coordinate representation of color #ADFBD5: hue angle of 150.77º 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 #ADFBD5 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 213 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.02 |
| HSL | 150.77º | 0.91% | 0.83% | - |
| HSV(B) | 150.77º | 0.31% | 0.98% | - |
| XYZ | 63.74 | 82.68 | 75.55 | - |
| YUV | 223.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 213 | 0.31 | 0 | 0.15 | 0.02 | 150.77 | 0.91 | 0.83 |
| Hex | AD | FB | D5 | 1F | 0 | F | 2 | 97 | 5B | 53 |
| Octal | 255 | 373 | 325 | 37 | 0 | 17 | 2 | 227 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11010101 | 11111 | 0 | 1111 | 10 | 10010111 | 1011011 | 1010011 |
Color Harmonies of #ADFBD5
Complementary color
Monochromatic Colors of #ADFBD5
Black with #ADFBD5
Text Example
Text Example
White with #ADFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBD5; }
p { color: rgb(173,251,213); }
H1.HeaderClassName
{
color: #ADFBD5;
}
.AnyTagClassName
{
color: #ADFBD5;
}
</style>
background-color css
<style>
a { background-color: #ADFBD5; }
a { background-color: rgb(173,251,213); }
div.DivClassName
{
background-color: #ADFBD5;
}
.BgClassName
{
background-color: #ADFBD5;
}
</style>
border-color css
<style>
span { border-color: #ADFBD5; }
span { border-color: rgb(173,251,213); }
td.TdClassName
{
border-color: #ADFBD5;
}
.TagClassName
{
border-color: #ADFBD5;
}
</style>