Shades of Magic Mint #9BF9BA
Tints of Magic Mint #9BF9BA
RGB
CMYK
RGB Variations
Color information
#9BF9BA (or 0x9BF9BA) is known color: Magic Mint. HEX triplet: 9B, F9 and BA. RGB value is (155,249,186). Sum of RGB (Red+Green+Blue) = 155+249+186=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9BA is #640645. Grayscale: #D5D5D5. Windows color (decimal): -6555206 or 12253595. OLE color: 12253595.
HSL color Cylindrical-coordinate representation of color #9BF9BA: hue angle of 139.79º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9BA is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 186 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 139.79º | 0.89% | 0.79% | - |
| HSV(B) | 139.79º | 0.38% | 0.98% | - |
| XYZ | 56.26 | 78.27 | 58.6 | - |
| YUV | 213.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 186 | 0.38 | 0 | 0.25 | 0.02 | 139.79 | 0.89 | 0.79 |
| Hex | 9B | F9 | BA | 26 | 0 | 19 | 2 | 8C | 59 | 4F |
| Octal | 233 | 371 | 272 | 46 | 0 | 31 | 2 | 214 | 131 | 117 |
| Binary | 10011011 | 11111001 | 10111010 | 100110 | 0 | 11001 | 10 | 10001100 | 1011001 | 1001111 |
Color Harmonies of #9BF9BA
Complementary color
Monochromatic Colors of #9BF9BA
Black with #9BF9BA
Text Example
Text Example
White with #9BF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9BA; }
p { color: rgb(155,249,186); }
H1.HeaderClassName
{
color: #9BF9BA;
}
.AnyTagClassName
{
color: #9BF9BA;
}
</style>
background-color css
<style>
a { background-color: #9BF9BA; }
a { background-color: rgb(155,249,186); }
div.DivClassName
{
background-color: #9BF9BA;
}
.BgClassName
{
background-color: #9BF9BA;
}
</style>
border-color css
<style>
span { border-color: #9BF9BA; }
span { border-color: rgb(155,249,186); }
td.TdClassName
{
border-color: #9BF9BA;
}
.TagClassName
{
border-color: #9BF9BA;
}
</style>