Shades of Magic Mint #9BEBCD
Tints of Magic Mint #9BEBCD
RGB
CMYK
RGB Variations
Color information
#9BEBCD (or 0x9BEBCD) is known color: Magic Mint. HEX triplet: 9B, EB and CD. RGB value is (155,235,205). Sum of RGB (Red+Green+Blue) = 155+235+205=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBCD is #641432. Grayscale: #CFCFCF. Windows color (decimal): -6558771 or 13495195. OLE color: 13495195.
HSL color Cylindrical-coordinate representation of color #9BEBCD: hue angle of 157.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 #9BEBCD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 205 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.08 |
| HSL | 157.5º | 0.67% | 0.76% | - |
| HSV(B) | 157.5º | 0.34% | 0.92% | - |
| XYZ | 54.25 | 70.79 | 68.56 | - |
| YUV | 207.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 205 | 0.34 | 0 | 0.13 | 0.08 | 157.5 | 0.67 | 0.76 |
| Hex | 9B | EB | CD | 22 | 0 | D | 8 | 9E | 43 | 4C |
| Octal | 233 | 353 | 315 | 42 | 0 | 15 | 10 | 236 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11001101 | 100010 | 0 | 1101 | 1000 | 10011110 | 1000011 | 1001100 |
Color Harmonies of #9BEBCD
Complementary color
Monochromatic Colors of #9BEBCD
Black with #9BEBCD
Text Example
Text Example
White with #9BEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBCD; }
p { color: rgb(155,235,205); }
H1.HeaderClassName
{
color: #9BEBCD;
}
.AnyTagClassName
{
color: #9BEBCD;
}
</style>
background-color css
<style>
a { background-color: #9BEBCD; }
a { background-color: rgb(155,235,205); }
div.DivClassName
{
background-color: #9BEBCD;
}
.BgClassName
{
background-color: #9BEBCD;
}
</style>
border-color css
<style>
span { border-color: #9BEBCD; }
span { border-color: rgb(155,235,205); }
td.TdClassName
{
border-color: #9BEBCD;
}
.TagClassName
{
border-color: #9BEBCD;
}
</style>