Shades of Magic Mint #9DF3BD
Tints of Magic Mint #9DF3BD
RGB
CMYK
RGB Variations
Color information
#9DF3BD (or 0x9DF3BD) is known color: Magic Mint. HEX triplet: 9D, F3 and BD. RGB value is (157,243,189). Sum of RGB (Red+Green+Blue) = 157+243+189=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3BD is #620C42. Grayscale: #D3D3D3. Windows color (decimal): -6425667 or 12448669. OLE color: 12448669.
HSL color Cylindrical-coordinate representation of color #9DF3BD: hue angle of 142.33º degrees, saturation: 0.78, 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 #9DF3BD is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 189 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.05 |
| HSL | 142.33º | 0.78% | 0.78% | - |
| HSV(B) | 142.33º | 0.35% | 0.95% | - |
| XYZ | 55.14 | 74.94 | 59.7 | - |
| YUV | 211.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 189 | 0.35 | 0 | 0.22 | 0.05 | 142.33 | 0.78 | 0.78 |
| Hex | 9D | F3 | BD | 23 | 0 | 16 | 5 | 8E | 4E | 4E |
| Octal | 235 | 363 | 275 | 43 | 0 | 26 | 5 | 216 | 116 | 116 |
| Binary | 10011101 | 11110011 | 10111101 | 100011 | 0 | 10110 | 101 | 10001110 | 1001110 | 1001110 |
Color Harmonies of #9DF3BD
Complementary color
Monochromatic Colors of #9DF3BD
Black with #9DF3BD
Text Example
Text Example
White with #9DF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3BD; }
p { color: rgb(157,243,189); }
H1.HeaderClassName
{
color: #9DF3BD;
}
.AnyTagClassName
{
color: #9DF3BD;
}
</style>
background-color css
<style>
a { background-color: #9DF3BD; }
a { background-color: rgb(157,243,189); }
div.DivClassName
{
background-color: #9DF3BD;
}
.BgClassName
{
background-color: #9DF3BD;
}
</style>
border-color css
<style>
span { border-color: #9DF3BD; }
span { border-color: rgb(157,243,189); }
td.TdClassName
{
border-color: #9DF3BD;
}
.TagClassName
{
border-color: #9DF3BD;
}
</style>