Shades of Magic Mint #9DF3BB
Tints of Magic Mint #9DF3BB
RGB
CMYK
RGB Variations
Color information
#9DF3BB (or 0x9DF3BB) is known color: Magic Mint. HEX triplet: 9D, F3 and BB. RGB value is (157,243,187). Sum of RGB (Red+Green+Blue) = 157+243+187=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3BB is #620C44. Grayscale: #D3D3D3. Windows color (decimal): -6425669 or 12317597. OLE color: 12317597.
HSL color Cylindrical-coordinate representation of color #9DF3BB: hue angle of 140.93º 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 #9DF3BB is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 187 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.05 |
| HSL | 140.93º | 0.78% | 0.78% | - |
| HSV(B) | 140.93º | 0.35% | 0.95% | - |
| XYZ | 54.92 | 74.86 | 58.57 | - |
| YUV | 210.9 | 114.51 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 187 | 0.35 | 0 | 0.23 | 0.05 | 140.93 | 0.78 | 0.78 |
| Hex | 9D | F3 | BB | 23 | 0 | 17 | 5 | 8D | 4E | 4E |
| Octal | 235 | 363 | 273 | 43 | 0 | 27 | 5 | 215 | 116 | 116 |
| Binary | 10011101 | 11110011 | 10111011 | 100011 | 0 | 10111 | 101 | 10001101 | 1001110 | 1001110 |
Color Harmonies of #9DF3BB
Complementary color
Monochromatic Colors of #9DF3BB
Black with #9DF3BB
Text Example
Text Example
White with #9DF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF3BB; }
p { color: rgb(157,243,187); }
H1.HeaderClassName
{
color: #9DF3BB;
}
.AnyTagClassName
{
color: #9DF3BB;
}
</style>
background-color css
<style>
a { background-color: #9DF3BB; }
a { background-color: rgb(157,243,187); }
div.DivClassName
{
background-color: #9DF3BB;
}
.BgClassName
{
background-color: #9DF3BB;
}
</style>
border-color css
<style>
span { border-color: #9DF3BB; }
span { border-color: rgb(157,243,187); }
td.TdClassName
{
border-color: #9DF3BB;
}
.TagClassName
{
border-color: #9DF3BB;
}
</style>