Shades of Magic Mint #9BECBF
Tints of Magic Mint #9BECBF
RGB
CMYK
RGB Variations
Color information
#9BECBF (or 0x9BECBF) is known color: Magic Mint. HEX triplet: 9B, EC and BF. RGB value is (155,236,191). Sum of RGB (Red+Green+Blue) = 155+236+191=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECBF is #641340. Grayscale: #CECECE. Windows color (decimal): -6558529 or 12577947. OLE color: 12577947.
HSL color Cylindrical-coordinate representation of color #9BECBF: hue angle of 146.67º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECBF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 191 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.07 |
| HSL | 146.67º | 0.68% | 0.77% | - |
| HSV(B) | 146.67º | 0.34% | 0.93% | - |
| XYZ | 52.92 | 70.72 | 60.15 | - |
| YUV | 206.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 191 | 0.34 | 0 | 0.19 | 0.07 | 146.67 | 0.68 | 0.77 |
| Hex | 9B | EC | BF | 22 | 0 | 13 | 7 | 93 | 44 | 4D |
| Octal | 233 | 354 | 277 | 42 | 0 | 23 | 7 | 223 | 104 | 115 |
| Binary | 10011011 | 11101100 | 10111111 | 100010 | 0 | 10011 | 111 | 10010011 | 1000100 | 1001101 |
Color Harmonies of #9BECBF
Complementary color
Monochromatic Colors of #9BECBF
Black with #9BECBF
Text Example
Text Example
White with #9BECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECBF; }
p { color: rgb(155,236,191); }
H1.HeaderClassName
{
color: #9BECBF;
}
.AnyTagClassName
{
color: #9BECBF;
}
</style>
background-color css
<style>
a { background-color: #9BECBF; }
a { background-color: rgb(155,236,191); }
div.DivClassName
{
background-color: #9BECBF;
}
.BgClassName
{
background-color: #9BECBF;
}
</style>
border-color css
<style>
span { border-color: #9BECBF; }
span { border-color: rgb(155,236,191); }
td.TdClassName
{
border-color: #9BECBF;
}
.TagClassName
{
border-color: #9BECBF;
}
</style>