Shades of Magic Mint #9BE6C6
Tints of Magic Mint #9BE6C6
RGB
CMYK
RGB Variations
Color information
#9BE6C6 (or 0x9BE6C6) is known color: Magic Mint. HEX triplet: 9B, E6 and C6. RGB value is (155,230,198). Sum of RGB (Red+Green+Blue) = 155+230+198=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6C6 is #641939. Grayscale: #CBCBCB. Windows color (decimal): -6560058 or 13035163. OLE color: 13035163.
HSL color Cylindrical-coordinate representation of color #9BE6C6: hue angle of 154.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6C6 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 198 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.10 |
| HSL | 154.4º | 0.6% | 0.75% | - |
| HSV(B) | 154.4º | 0.33% | 0.9% | - |
| XYZ | 52.01 | 67.64 | 63.74 | - |
| YUV | 203.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 198 | 0.33 | 0 | 0.14 | 0.10 | 154.4 | 0.6 | 0.75 |
| Hex | 9B | E6 | C6 | 21 | 0 | E | A | 9A | 3C | 4B |
| Octal | 233 | 346 | 306 | 41 | 0 | 16 | 12 | 232 | 74 | 113 |
| Binary | 10011011 | 11100110 | 11000110 | 100001 | 0 | 1110 | 1010 | 10011010 | 111100 | 1001011 |
Color Harmonies of #9BE6C6
Complementary color
Monochromatic Colors of #9BE6C6
Black with #9BE6C6
Text Example
Text Example
White with #9BE6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6C6; }
p { color: rgb(155,230,198); }
H1.HeaderClassName
{
color: #9BE6C6;
}
.AnyTagClassName
{
color: #9BE6C6;
}
</style>
background-color css
<style>
a { background-color: #9BE6C6; }
a { background-color: rgb(155,230,198); }
div.DivClassName
{
background-color: #9BE6C6;
}
.BgClassName
{
background-color: #9BE6C6;
}
</style>
border-color css
<style>
span { border-color: #9BE6C6; }
span { border-color: rgb(155,230,198); }
td.TdClassName
{
border-color: #9BE6C6;
}
.TagClassName
{
border-color: #9BE6C6;
}
</style>