Shades of Magic Mint #9DF2DA
Tints of Magic Mint #9DF2DA
RGB
CMYK
RGB Variations
Color information
#9DF2DA (or 0x9DF2DA) is known color: Magic Mint. HEX triplet: 9D, F2 and DA. RGB value is (157,242,218). Sum of RGB (Red+Green+Blue) = 157+242+218=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2DA is #620D25. Grayscale: #D5D5D5. Windows color (decimal): -6425894 or 14348957. OLE color: 14348957.
HSL color Cylindrical-coordinate representation of color #9DF2DA: hue angle of 163.06º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2DA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 218 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.05 |
| HSL | 163.06º | 0.77% | 0.78% | - |
| HSV(B) | 163.06º | 0.35% | 0.95% | - |
| XYZ | 58.31 | 75.73 | 77.87 | - |
| YUV | 213.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 218 | 0.35 | 0 | 0.10 | 0.05 | 163.06 | 0.77 | 0.78 |
| Hex | 9D | F2 | DA | 23 | 0 | A | 5 | A3 | 4D | 4E |
| Octal | 235 | 362 | 332 | 43 | 0 | 12 | 5 | 243 | 115 | 116 |
| Binary | 10011101 | 11110010 | 11011010 | 100011 | 0 | 1010 | 101 | 10100011 | 1001101 | 1001110 |
Color Harmonies of #9DF2DA
Complementary color
Monochromatic Colors of #9DF2DA
Black with #9DF2DA
Text Example
Text Example
White with #9DF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2DA; }
p { color: rgb(157,242,218); }
H1.HeaderClassName
{
color: #9DF2DA;
}
.AnyTagClassName
{
color: #9DF2DA;
}
</style>
background-color css
<style>
a { background-color: #9DF2DA; }
a { background-color: rgb(157,242,218); }
div.DivClassName
{
background-color: #9DF2DA;
}
.BgClassName
{
background-color: #9DF2DA;
}
</style>
border-color css
<style>
span { border-color: #9DF2DA; }
span { border-color: rgb(157,242,218); }
td.TdClassName
{
border-color: #9DF2DA;
}
.TagClassName
{
border-color: #9DF2DA;
}
</style>