Shades of Magic Mint #9BE2C7
Tints of Magic Mint #9BE2C7
RGB
CMYK
RGB Variations
Color information
#9BE2C7 (or 0x9BE2C7) is known color: Magic Mint. HEX triplet: 9B, E2 and C7. RGB value is (155,226,199). Sum of RGB (Red+Green+Blue) = 155+226+199=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE2C7 is #641D38. Grayscale: #C9C9C9. Windows color (decimal): -6561081 or 13099675. OLE color: 13099675.
HSL color Cylindrical-coordinate representation of color #9BE2C7: hue angle of 157.18º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE2C7 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 226 | 199 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.11 |
| HSL | 157.18º | 0.55% | 0.75% | - |
| HSV(B) | 157.18º | 0.31% | 0.89% | - |
| XYZ | 51.02 | 65.48 | 63.98 | - |
| YUV | 201.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 226 | 199 | 0.31 | 0 | 0.12 | 0.11 | 157.18 | 0.55 | 0.75 |
| Hex | 9B | E2 | C7 | 1F | 0 | C | B | 9D | 37 | 4B |
| Octal | 233 | 342 | 307 | 37 | 0 | 14 | 13 | 235 | 67 | 113 |
| Binary | 10011011 | 11100010 | 11000111 | 11111 | 0 | 1100 | 1011 | 10011101 | 110111 | 1001011 |
Color Harmonies of #9BE2C7
Complementary color
Monochromatic Colors of #9BE2C7
Black with #9BE2C7
Text Example
Text Example
White with #9BE2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE2C7; }
p { color: rgb(155,226,199); }
H1.HeaderClassName
{
color: #9BE2C7;
}
.AnyTagClassName
{
color: #9BE2C7;
}
</style>
background-color css
<style>
a { background-color: #9BE2C7; }
a { background-color: rgb(155,226,199); }
div.DivClassName
{
background-color: #9BE2C7;
}
.BgClassName
{
background-color: #9BE2C7;
}
</style>
border-color css
<style>
span { border-color: #9BE2C7; }
span { border-color: rgb(155,226,199); }
td.TdClassName
{
border-color: #9BE2C7;
}
.TagClassName
{
border-color: #9BE2C7;
}
</style>