Shades of Magic Mint #9BE5CD
Tints of Magic Mint #9BE5CD
RGB
CMYK
RGB Variations
Color information
#9BE5CD (or 0x9BE5CD) is known color: Magic Mint. HEX triplet: 9B, E5 and CD. RGB value is (155,229,205). Sum of RGB (Red+Green+Blue) = 155+229+205=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE5CD is #641A32. Grayscale: #CCCCCC. Windows color (decimal): -6560307 or 13493659. OLE color: 13493659.
HSL color Cylindrical-coordinate representation of color #9BE5CD: hue angle of 160.54º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE5CD is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 205 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.10 |
| HSL | 160.54º | 0.59% | 0.75% | - |
| HSV(B) | 160.54º | 0.32% | 0.9% | - |
| XYZ | 52.56 | 67.41 | 68 | - |
| YUV | 204.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 205 | 0.32 | 0 | 0.10 | 0.10 | 160.54 | 0.59 | 0.75 |
| Hex | 9B | E5 | CD | 20 | 0 | A | A | A1 | 3B | 4B |
| Octal | 233 | 345 | 315 | 40 | 0 | 12 | 12 | 241 | 73 | 113 |
| Binary | 10011011 | 11100101 | 11001101 | 100000 | 0 | 1010 | 1010 | 10100001 | 111011 | 1001011 |
Color Harmonies of #9BE5CD
Complementary color
Monochromatic Colors of #9BE5CD
Black with #9BE5CD
Text Example
Text Example
White with #9BE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE5CD; }
p { color: rgb(155,229,205); }
H1.HeaderClassName
{
color: #9BE5CD;
}
.AnyTagClassName
{
color: #9BE5CD;
}
</style>
background-color css
<style>
a { background-color: #9BE5CD; }
a { background-color: rgb(155,229,205); }
div.DivClassName
{
background-color: #9BE5CD;
}
.BgClassName
{
background-color: #9BE5CD;
}
</style>
border-color css
<style>
span { border-color: #9BE5CD; }
span { border-color: rgb(155,229,205); }
td.TdClassName
{
border-color: #9BE5CD;
}
.TagClassName
{
border-color: #9BE5CD;
}
</style>