Shades of Magic Mint #9BEBC0
Tints of Magic Mint #9BEBC0
RGB
CMYK
RGB Variations
Color information
#9BEBC0 (or 0x9BEBC0) is known color: Magic Mint. HEX triplet: 9B, EB and C0. RGB value is (155,235,192). Sum of RGB (Red+Green+Blue) = 155+235+192=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBC0 is #64143F. Grayscale: #CECECE. Windows color (decimal): -6558784 or 12643227. OLE color: 12643227.
HSL color Cylindrical-coordinate representation of color #9BEBC0: hue angle of 147.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBC0 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 192 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.08 |
| HSL | 147.75º | 0.67% | 0.76% | - |
| HSV(B) | 147.75º | 0.34% | 0.92% | - |
| XYZ | 52.74 | 70.19 | 60.64 | - |
| YUV | 206.18 | 120 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 192 | 0.34 | 0 | 0.18 | 0.08 | 147.75 | 0.67 | 0.76 |
| Hex | 9B | EB | C0 | 22 | 0 | 12 | 8 | 94 | 43 | 4C |
| Octal | 233 | 353 | 300 | 42 | 0 | 22 | 10 | 224 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11000000 | 100010 | 0 | 10010 | 1000 | 10010100 | 1000011 | 1001100 |
Color Harmonies of #9BEBC0
Complementary color
Monochromatic Colors of #9BEBC0
Black with #9BEBC0
Text Example
Text Example
White with #9BEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBC0; }
p { color: rgb(155,235,192); }
H1.HeaderClassName
{
color: #9BEBC0;
}
.AnyTagClassName
{
color: #9BEBC0;
}
</style>
background-color css
<style>
a { background-color: #9BEBC0; }
a { background-color: rgb(155,235,192); }
div.DivClassName
{
background-color: #9BEBC0;
}
.BgClassName
{
background-color: #9BEBC0;
}
</style>
border-color css
<style>
span { border-color: #9BEBC0; }
span { border-color: rgb(155,235,192); }
td.TdClassName
{
border-color: #9BEBC0;
}
.TagClassName
{
border-color: #9BEBC0;
}
</style>