Shades of Magic Mint #9BE7C2
Tints of Magic Mint #9BE7C2
RGB
CMYK
RGB Variations
Color information
#9BE7C2 (or 0x9BE7C2) is known color: Magic Mint. HEX triplet: 9B, E7 and C2. RGB value is (155,231,194). Sum of RGB (Red+Green+Blue) = 155+231+194=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7C2 is #64183D. Grayscale: #CCCCCC. Windows color (decimal): -6559806 or 12773275. OLE color: 12773275.
HSL color Cylindrical-coordinate representation of color #9BE7C2: hue angle of 150.79º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7C2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 194 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.09 |
| HSL | 150.79º | 0.61% | 0.76% | - |
| HSV(B) | 150.79º | 0.33% | 0.91% | - |
| XYZ | 51.83 | 68.02 | 61.44 | - |
| YUV | 204.06 | 122.32 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 194 | 0.33 | 0 | 0.16 | 0.09 | 150.79 | 0.61 | 0.76 |
| Hex | 9B | E7 | C2 | 21 | 0 | 10 | 9 | 97 | 3D | 4C |
| Octal | 233 | 347 | 302 | 41 | 0 | 20 | 11 | 227 | 75 | 114 |
| Binary | 10011011 | 11100111 | 11000010 | 100001 | 0 | 10000 | 1001 | 10010111 | 111101 | 1001100 |
Color Harmonies of #9BE7C2
Complementary color
Monochromatic Colors of #9BE7C2
Black with #9BE7C2
Text Example
Text Example
White with #9BE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7C2; }
p { color: rgb(155,231,194); }
H1.HeaderClassName
{
color: #9BE7C2;
}
.AnyTagClassName
{
color: #9BE7C2;
}
</style>
background-color css
<style>
a { background-color: #9BE7C2; }
a { background-color: rgb(155,231,194); }
div.DivClassName
{
background-color: #9BE7C2;
}
.BgClassName
{
background-color: #9BE7C2;
}
</style>
border-color css
<style>
span { border-color: #9BE7C2; }
span { border-color: rgb(155,231,194); }
td.TdClassName
{
border-color: #9BE7C2;
}
.TagClassName
{
border-color: #9BE7C2;
}
</style>