Shades of Magic Mint #9BE7C3
Tints of Magic Mint #9BE7C3
RGB
CMYK
RGB Variations
Color information
#9BE7C3 (or 0x9BE7C3) is known color: Magic Mint. HEX triplet: 9B, E7 and C3. RGB value is (155,231,195). Sum of RGB (Red+Green+Blue) = 155+231+195=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7C3 is #64183C. Grayscale: #CCCCCC. Windows color (decimal): -6559805 or 12838811. OLE color: 12838811.
HSL color Cylindrical-coordinate representation of color #9BE7C3: hue angle of 151.58º 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 #9BE7C3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 195 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.09 |
| HSL | 151.58º | 0.61% | 0.76% | - |
| HSV(B) | 151.58º | 0.33% | 0.91% | - |
| XYZ | 51.94 | 68.06 | 62.03 | - |
| YUV | 204.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 195 | 0.33 | 0 | 0.16 | 0.09 | 151.58 | 0.61 | 0.76 |
| Hex | 9B | E7 | C3 | 21 | 0 | 10 | 9 | 98 | 3D | 4C |
| Octal | 233 | 347 | 303 | 41 | 0 | 20 | 11 | 230 | 75 | 114 |
| Binary | 10011011 | 11100111 | 11000011 | 100001 | 0 | 10000 | 1001 | 10011000 | 111101 | 1001100 |
Color Harmonies of #9BE7C3
Complementary color
Monochromatic Colors of #9BE7C3
Black with #9BE7C3
Text Example
Text Example
White with #9BE7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7C3; }
p { color: rgb(155,231,195); }
H1.HeaderClassName
{
color: #9BE7C3;
}
.AnyTagClassName
{
color: #9BE7C3;
}
</style>
background-color css
<style>
a { background-color: #9BE7C3; }
a { background-color: rgb(155,231,195); }
div.DivClassName
{
background-color: #9BE7C3;
}
.BgClassName
{
background-color: #9BE7C3;
}
</style>
border-color css
<style>
span { border-color: #9BE7C3; }
span { border-color: rgb(155,231,195); }
td.TdClassName
{
border-color: #9BE7C3;
}
.TagClassName
{
border-color: #9BE7C3;
}
</style>