Shades of Magic Mint #9BFBD0
Tints of Magic Mint #9BFBD0
RGB
CMYK
RGB Variations
Color information
#9BFBD0 (or 0x9BFBD0) is known color: Magic Mint. HEX triplet: 9B, FB and D0. RGB value is (155,251,208). Sum of RGB (Red+Green+Blue) = 155+251+208=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBD0 is #64042F. Grayscale: #D9D9D9. Windows color (decimal): -6554672 or 13695899. OLE color: 13695899.
HSL color Cylindrical-coordinate representation of color #9BFBD0: hue angle of 153.12º 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 #9BFBD0 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 208 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.02 |
| HSL | 153.13º | 0.92% | 0.8% | - |
| HSV(B) | 153.13º | 0.38% | 0.98% | - |
| XYZ | 59.4 | 80.52 | 72.09 | - |
| YUV | 217.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 208 | 0.38 | 0 | 0.17 | 0.02 | 153.13 | 0.92 | 0.8 |
| Hex | 9B | FB | D0 | 26 | 0 | 11 | 2 | 99 | 5C | 50 |
| Octal | 233 | 373 | 320 | 46 | 0 | 21 | 2 | 231 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11010000 | 100110 | 0 | 10001 | 10 | 10011001 | 1011100 | 1010000 |
Color Harmonies of #9BFBD0
Complementary color
Monochromatic Colors of #9BFBD0
Black with #9BFBD0
Text Example
Text Example
White with #9BFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBD0; }
p { color: rgb(155,251,208); }
H1.HeaderClassName
{
color: #9BFBD0;
}
.AnyTagClassName
{
color: #9BFBD0;
}
</style>
background-color css
<style>
a { background-color: #9BFBD0; }
a { background-color: rgb(155,251,208); }
div.DivClassName
{
background-color: #9BFBD0;
}
.BgClassName
{
background-color: #9BFBD0;
}
</style>
border-color css
<style>
span { border-color: #9BFBD0; }
span { border-color: rgb(155,251,208); }
td.TdClassName
{
border-color: #9BFBD0;
}
.TagClassName
{
border-color: #9BFBD0;
}
</style>