Shades of Magic Mint #9BFBDB
Tints of Magic Mint #9BFBDB
RGB
CMYK
RGB Variations
Color information
#9BFBDB (or 0x9BFBDB) is known color: Magic Mint. HEX triplet: 9B, FB and DB. RGB value is (155,251,219). Sum of RGB (Red+Green+Blue) = 155+251+219=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBDB is #640424. Grayscale: #DADADA. Windows color (decimal): -6554661 or 14416795. OLE color: 14416795.
HSL color Cylindrical-coordinate representation of color #9BFBDB: hue angle of 160º 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 #9BFBDB is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 219 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 160º | 0.92% | 0.8% | - |
| HSV(B) | 160º | 0.38% | 0.98% | - |
| XYZ | 60.8 | 81.08 | 79.46 | - |
| YUV | 218.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 219 | 0.38 | 0 | 0.13 | 0.02 | 160 | 0.92 | 0.8 |
| Hex | 9B | FB | DB | 26 | 0 | D | 2 | A0 | 5C | 50 |
| Octal | 233 | 373 | 333 | 46 | 0 | 15 | 2 | 240 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11011011 | 100110 | 0 | 1101 | 10 | 10100000 | 1011100 | 1010000 |
Color Harmonies of #9BFBDB
Complementary color
Monochromatic Colors of #9BFBDB
Black with #9BFBDB
Text Example
Text Example
White with #9BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBDB; }
p { color: rgb(155,251,219); }
H1.HeaderClassName
{
color: #9BFBDB;
}
.AnyTagClassName
{
color: #9BFBDB;
}
</style>
background-color css
<style>
a { background-color: #9BFBDB; }
a { background-color: rgb(155,251,219); }
div.DivClassName
{
background-color: #9BFBDB;
}
.BgClassName
{
background-color: #9BFBDB;
}
</style>
border-color css
<style>
span { border-color: #9BFBDB; }
span { border-color: rgb(155,251,219); }
td.TdClassName
{
border-color: #9BFBDB;
}
.TagClassName
{
border-color: #9BFBDB;
}
</style>