Shades of Magic Mint #9BFDBB
Tints of Magic Mint #9BFDBB
RGB
CMYK
RGB Variations
Color information
#9BFDBB (or 0x9BFDBB) is known color: Magic Mint. HEX triplet: 9B, FD and BB. RGB value is (155,253,187). Sum of RGB (Red+Green+Blue) = 155+253+187=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDBB is #640244. Grayscale: #D8D8D8. Windows color (decimal): -6554181 or 12320155. OLE color: 12320155.
HSL color Cylindrical-coordinate representation of color #9BFDBB: hue angle of 139.59º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDBB is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 187 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.01 |
| HSL | 139.59º | 0.96% | 0.8% | - |
| HSV(B) | 139.59º | 0.39% | 0.99% | - |
| XYZ | 57.61 | 80.81 | 59.57 | - |
| YUV | 216.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 187 | 0.39 | 0 | 0.26 | 0.01 | 139.59 | 0.96 | 0.8 |
| Hex | 9B | FD | BB | 27 | 0 | 1A | 1 | 8C | 60 | 50 |
| Octal | 233 | 375 | 273 | 47 | 0 | 32 | 1 | 214 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10111011 | 100111 | 0 | 11010 | 1 | 10001100 | 1100000 | 1010000 |
Color Harmonies of #9BFDBB
Complementary color
Monochromatic Colors of #9BFDBB
Black with #9BFDBB
Text Example
Text Example
White with #9BFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDBB; }
p { color: rgb(155,253,187); }
H1.HeaderClassName
{
color: #9BFDBB;
}
.AnyTagClassName
{
color: #9BFDBB;
}
</style>
background-color css
<style>
a { background-color: #9BFDBB; }
a { background-color: rgb(155,253,187); }
div.DivClassName
{
background-color: #9BFDBB;
}
.BgClassName
{
background-color: #9BFDBB;
}
</style>
border-color css
<style>
span { border-color: #9BFDBB; }
span { border-color: rgb(155,253,187); }
td.TdClassName
{
border-color: #9BFDBB;
}
.TagClassName
{
border-color: #9BFDBB;
}
</style>