Shades of Magic Mint #ADFBCF
Tints of Magic Mint #ADFBCF
RGB
CMYK
RGB Variations
Color information
#ADFBCF (or 0xADFBCF) is known color: Magic Mint. HEX triplet: AD, FB and CF. RGB value is (173,251,207). Sum of RGB (Red+Green+Blue) = 173+251+207=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBCF is #520430. Grayscale: #DEDEDE. Windows color (decimal): -5375025 or 13630381. OLE color: 13630381.
HSL color Cylindrical-coordinate representation of color #ADFBCF: hue angle of 146.15º 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 #ADFBCF is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 207 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.02 |
| HSL | 146.15º | 0.91% | 0.83% | - |
| HSV(B) | 146.15º | 0.31% | 0.98% | - |
| XYZ | 62.99 | 82.38 | 71.61 | - |
| YUV | 222.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 207 | 0.31 | 0 | 0.18 | 0.02 | 146.15 | 0.91 | 0.83 |
| Hex | AD | FB | CF | 1F | 0 | 12 | 2 | 92 | 5B | 53 |
| Octal | 255 | 373 | 317 | 37 | 0 | 22 | 2 | 222 | 133 | 123 |
| Binary | 10101101 | 11111011 | 11001111 | 11111 | 0 | 10010 | 10 | 10010010 | 1011011 | 1010011 |
Color Harmonies of #ADFBCF
Complementary color
Monochromatic Colors of #ADFBCF
Black with #ADFBCF
Text Example
Text Example
White with #ADFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBCF; }
p { color: rgb(173,251,207); }
H1.HeaderClassName
{
color: #ADFBCF;
}
.AnyTagClassName
{
color: #ADFBCF;
}
</style>
background-color css
<style>
a { background-color: #ADFBCF; }
a { background-color: rgb(173,251,207); }
div.DivClassName
{
background-color: #ADFBCF;
}
.BgClassName
{
background-color: #ADFBCF;
}
</style>
border-color css
<style>
span { border-color: #ADFBCF; }
span { border-color: rgb(173,251,207); }
td.TdClassName
{
border-color: #ADFBCF;
}
.TagClassName
{
border-color: #ADFBCF;
}
</style>