Shades of Magic Mint #9BE3C5
Tints of Magic Mint #9BE3C5
RGB
CMYK
RGB Variations
Color information
#9BE3C5 (or 0x9BE3C5) is known color: Magic Mint. HEX triplet: 9B, E3 and C5. RGB value is (155,227,197). Sum of RGB (Red+Green+Blue) = 155+227+197=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE3C5 is #641C3A. Grayscale: #CACACA. Windows color (decimal): -6560827 or 12968859. OLE color: 12968859.
HSL color Cylindrical-coordinate representation of color #9BE3C5: hue angle of 155º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE3C5 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 227 | 197 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.11 |
| HSL | 155º | 0.56% | 0.75% | - |
| HSV(B) | 155º | 0.32% | 0.89% | - |
| XYZ | 51.06 | 65.94 | 62.86 | - |
| YUV | 202.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 227 | 197 | 0.32 | 0 | 0.13 | 0.11 | 155 | 0.56 | 0.75 |
| Hex | 9B | E3 | C5 | 20 | 0 | D | B | 9B | 38 | 4B |
| Octal | 233 | 343 | 305 | 40 | 0 | 15 | 13 | 233 | 70 | 113 |
| Binary | 10011011 | 11100011 | 11000101 | 100000 | 0 | 1101 | 1011 | 10011011 | 111000 | 1001011 |
Color Harmonies of #9BE3C5
Complementary color
Monochromatic Colors of #9BE3C5
Black with #9BE3C5
Text Example
Text Example
White with #9BE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE3C5; }
p { color: rgb(155,227,197); }
H1.HeaderClassName
{
color: #9BE3C5;
}
.AnyTagClassName
{
color: #9BE3C5;
}
</style>
background-color css
<style>
a { background-color: #9BE3C5; }
a { background-color: rgb(155,227,197); }
div.DivClassName
{
background-color: #9BE3C5;
}
.BgClassName
{
background-color: #9BE3C5;
}
</style>
border-color css
<style>
span { border-color: #9BE3C5; }
span { border-color: rgb(155,227,197); }
td.TdClassName
{
border-color: #9BE3C5;
}
.TagClassName
{
border-color: #9BE3C5;
}
</style>