Shades of Magic Mint #9DF9BB
Tints of Magic Mint #9DF9BB
RGB
CMYK
RGB Variations
Color information
#9DF9BB (or 0x9DF9BB) is known color: Magic Mint. HEX triplet: 9D, F9 and BB. RGB value is (157,249,187). Sum of RGB (Red+Green+Blue) = 157+249+187=593 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.48% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9BB is #620644. Grayscale: #D6D6D6. Windows color (decimal): -6424133 or 12319133. OLE color: 12319133.
HSL color Cylindrical-coordinate representation of color #9DF9BB: hue angle of 139.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9BB is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 187 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.02 |
| HSL | 139.57º | 0.88% | 0.8% | - |
| HSV(B) | 139.57º | 0.37% | 0.98% | - |
| XYZ | 56.75 | 78.51 | 59.18 | - |
| YUV | 214.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 187 | 0.37 | 0 | 0.25 | 0.02 | 139.57 | 0.88 | 0.8 |
| Hex | 9D | F9 | BB | 25 | 0 | 19 | 2 | 8C | 58 | 50 |
| Octal | 235 | 371 | 273 | 45 | 0 | 31 | 2 | 214 | 130 | 120 |
| Binary | 10011101 | 11111001 | 10111011 | 100101 | 0 | 11001 | 10 | 10001100 | 1011000 | 1010000 |
Color Harmonies of #9DF9BB
Complementary color
Monochromatic Colors of #9DF9BB
Black with #9DF9BB
Text Example
Text Example
White with #9DF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9BB; }
p { color: rgb(157,249,187); }
H1.HeaderClassName
{
color: #9DF9BB;
}
.AnyTagClassName
{
color: #9DF9BB;
}
</style>
background-color css
<style>
a { background-color: #9DF9BB; }
a { background-color: rgb(157,249,187); }
div.DivClassName
{
background-color: #9DF9BB;
}
.BgClassName
{
background-color: #9DF9BB;
}
</style>
border-color css
<style>
span { border-color: #9DF9BB; }
span { border-color: rgb(157,249,187); }
td.TdClassName
{
border-color: #9DF9BB;
}
.TagClassName
{
border-color: #9DF9BB;
}
</style>