Shades of Magic Mint #9BFBD7
Tints of Magic Mint #9BFBD7
RGB
CMYK
RGB Variations
Color information
#9BFBD7 (or 0x9BFBD7) is known color: Magic Mint. HEX triplet: 9B, FB and D7. RGB value is (155,251,215). Sum of RGB (Red+Green+Blue) = 155+251+215=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBD7 is #640428. Grayscale: #DADADA. Windows color (decimal): -6554665 or 14154651. OLE color: 14154651.
HSL color Cylindrical-coordinate representation of color #9BFBD7: hue angle of 157.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBD7 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 215 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.02 |
| HSL | 157.5º | 0.92% | 0.8% | - |
| HSV(B) | 157.5º | 0.38% | 0.98% | - |
| XYZ | 60.28 | 80.87 | 76.72 | - |
| YUV | 218.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 215 | 0.38 | 0 | 0.14 | 0.02 | 157.5 | 0.92 | 0.8 |
| Hex | 9B | FB | D7 | 26 | 0 | E | 2 | 9E | 5C | 50 |
| Octal | 233 | 373 | 327 | 46 | 0 | 16 | 2 | 236 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11010111 | 100110 | 0 | 1110 | 10 | 10011110 | 1011100 | 1010000 |
Color Harmonies of #9BFBD7
Complementary color
Monochromatic Colors of #9BFBD7
Black with #9BFBD7
Text Example
Text Example
White with #9BFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBD7; }
p { color: rgb(155,251,215); }
H1.HeaderClassName
{
color: #9BFBD7;
}
.AnyTagClassName
{
color: #9BFBD7;
}
</style>
background-color css
<style>
a { background-color: #9BFBD7; }
a { background-color: rgb(155,251,215); }
div.DivClassName
{
background-color: #9BFBD7;
}
.BgClassName
{
background-color: #9BFBD7;
}
</style>
border-color css
<style>
span { border-color: #9BFBD7; }
span { border-color: rgb(155,251,215); }
td.TdClassName
{
border-color: #9BFBD7;
}
.TagClassName
{
border-color: #9BFBD7;
}
</style>