Shades of Magic Mint #ADFFDF
Tints of Magic Mint #ADFFDF
RGB
CMYK
RGB Variations
Color information
#ADFFDF (or 0xADFFDF) is known color: Magic Mint. HEX triplet: AD, FF and DF. RGB value is (173,255,223). Sum of RGB (Red+Green+Blue) = 173+255+223=651 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.57% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFDF is #520020. Grayscale: #E2E2E2. Windows color (decimal): -5373985 or 14679981. OLE color: 14679981.
HSL color Cylindrical-coordinate representation of color #ADFFDF: hue angle of 156.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFDF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 173 | 255 | 223 | - |
CMYK | 0.32 | 0 | 0.13 | 0 |
HSL | 156.59º | 1% | 0.84% | - |
HSV(B) | 156.59º | 0.32% | 1% | - |
XYZ | 66.31 | 85.73 | 82.86 | - |
YUV | 226.83 | 125.83 | 89.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 255 | 223 | 0.32 | 0 | 0.13 | 0 | 156.59 | 1 | 0.84 |
Hex | AD | FF | DF | 20 | 0 | D | 0 | 9D | 64 | 54 |
Octal | 255 | 377 | 337 | 40 | 0 | 15 | 0 | 235 | 144 | 124 |
Binary | 10101101 | 11111111 | 11011111 | 100000 | 0 | 1101 | 0 | 10011101 | 1100100 | 1010100 |
Color Harmonies of #ADFFDF
Complementary color
Monochromatic Colors of #ADFFDF
Black with #ADFFDF
Text Example
Text Example
White with #ADFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFDF; }
p { color: rgb(173,255,223); }
H1.HeaderClassName
{
color: #ADFFDF;
}
.AnyTagClassName
{
color: #ADFFDF;
}
</style>
background-color css
<style>
a { background-color: #ADFFDF; }
a { background-color: rgb(173,255,223); }
div.DivClassName
{
background-color: #ADFFDF;
}
.BgClassName
{
background-color: #ADFFDF;
}
</style>
border-color css
<style>
span { border-color: #ADFFDF; }
span { border-color: rgb(173,255,223); }
td.TdClassName
{
border-color: #ADFFDF;
}
.TagClassName
{
border-color: #ADFFDF;
}
</style>