Shades of Magic Mint #9BEBC5
Tints of Magic Mint #9BEBC5
RGB
CMYK
RGB Variations
Color information
#9BEBC5 (or 0x9BEBC5) is known color: Magic Mint. HEX triplet: 9B, EB and C5. RGB value is (155,235,197). Sum of RGB (Red+Green+Blue) = 155+235+197=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBC5 is #64143A. Grayscale: #CECECE. Windows color (decimal): -6558779 or 12970907. OLE color: 12970907.
HSL color Cylindrical-coordinate representation of color #9BEBC5: hue angle of 151.5º 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 #9BEBC5 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 197 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.08 |
| HSL | 151.5º | 0.67% | 0.76% | - |
| HSV(B) | 151.5º | 0.34% | 0.92% | - |
| XYZ | 53.3 | 70.42 | 63.61 | - |
| YUV | 206.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 197 | 0.34 | 0 | 0.16 | 0.08 | 151.5 | 0.67 | 0.76 |
| Hex | 9B | EB | C5 | 22 | 0 | 10 | 8 | 98 | 43 | 4C |
| Octal | 233 | 353 | 305 | 42 | 0 | 20 | 10 | 230 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11000101 | 100010 | 0 | 10000 | 1000 | 10011000 | 1000011 | 1001100 |
Color Harmonies of #9BEBC5
Complementary color
Monochromatic Colors of #9BEBC5
Black with #9BEBC5
Text Example
Text Example
White with #9BEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBC5; }
p { color: rgb(155,235,197); }
H1.HeaderClassName
{
color: #9BEBC5;
}
.AnyTagClassName
{
color: #9BEBC5;
}
</style>
background-color css
<style>
a { background-color: #9BEBC5; }
a { background-color: rgb(155,235,197); }
div.DivClassName
{
background-color: #9BEBC5;
}
.BgClassName
{
background-color: #9BEBC5;
}
</style>
border-color css
<style>
span { border-color: #9BEBC5; }
span { border-color: rgb(155,235,197); }
td.TdClassName
{
border-color: #9BEBC5;
}
.TagClassName
{
border-color: #9BEBC5;
}
</style>