Shades of Magic Mint #9BEFC6
Tints of Magic Mint #9BEFC6
RGB
CMYK
RGB Variations
Color information
#9BEFC6 (or 0x9BEFC6) is known color: Magic Mint. HEX triplet: 9B, EF and C6. RGB value is (155,239,198). Sum of RGB (Red+Green+Blue) = 155+239+198=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFC6 is #641039. Grayscale: #D1D1D1. Windows color (decimal): -6557754 or 13037467. OLE color: 13037467.
HSL color Cylindrical-coordinate representation of color #9BEFC6: hue angle of 150.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFC6 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 198 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.06 |
| HSL | 150.71º | 0.72% | 0.77% | - |
| HSV(B) | 150.71º | 0.35% | 0.94% | - |
| XYZ | 54.58 | 72.78 | 64.6 | - |
| YUV | 209.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 198 | 0.35 | 0 | 0.17 | 0.06 | 150.71 | 0.72 | 0.77 |
| Hex | 9B | EF | C6 | 23 | 0 | 11 | 6 | 97 | 48 | 4D |
| Octal | 233 | 357 | 306 | 43 | 0 | 21 | 6 | 227 | 110 | 115 |
| Binary | 10011011 | 11101111 | 11000110 | 100011 | 0 | 10001 | 110 | 10010111 | 1001000 | 1001101 |
Color Harmonies of #9BEFC6
Complementary color
Monochromatic Colors of #9BEFC6
Black with #9BEFC6
Text Example
Text Example
White with #9BEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFC6; }
p { color: rgb(155,239,198); }
H1.HeaderClassName
{
color: #9BEFC6;
}
.AnyTagClassName
{
color: #9BEFC6;
}
</style>
background-color css
<style>
a { background-color: #9BEFC6; }
a { background-color: rgb(155,239,198); }
div.DivClassName
{
background-color: #9BEFC6;
}
.BgClassName
{
background-color: #9BEFC6;
}
</style>
border-color css
<style>
span { border-color: #9BEFC6; }
span { border-color: rgb(155,239,198); }
td.TdClassName
{
border-color: #9BEFC6;
}
.TagClassName
{
border-color: #9BEFC6;
}
</style>