Shades of Magic Mint #9BEBC2
Tints of Magic Mint #9BEBC2
RGB
CMYK
RGB Variations
Color information
#9BEBC2 (or 0x9BEBC2) is known color: Magic Mint. HEX triplet: 9B, EB and C2. RGB value is (155,235,194). Sum of RGB (Red+Green+Blue) = 155+235+194=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEBC2 is #64143D. Grayscale: #CECECE. Windows color (decimal): -6558782 or 12774299. OLE color: 12774299.
HSL color Cylindrical-coordinate representation of color #9BEBC2: hue angle of 149.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBC2 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 194 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.08 |
| HSL | 149.25º | 0.67% | 0.76% | - |
| HSV(B) | 149.25º | 0.34% | 0.92% | - |
| XYZ | 52.96 | 70.28 | 61.81 | - |
| YUV | 206.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 194 | 0.34 | 0 | 0.17 | 0.08 | 149.25 | 0.67 | 0.76 |
| Hex | 9B | EB | C2 | 22 | 0 | 11 | 8 | 95 | 43 | 4C |
| Octal | 233 | 353 | 302 | 42 | 0 | 21 | 10 | 225 | 103 | 114 |
| Binary | 10011011 | 11101011 | 11000010 | 100010 | 0 | 10001 | 1000 | 10010101 | 1000011 | 1001100 |
Color Harmonies of #9BEBC2
Complementary color
Monochromatic Colors of #9BEBC2
Black with #9BEBC2
Text Example
Text Example
White with #9BEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEBC2; }
p { color: rgb(155,235,194); }
H1.HeaderClassName
{
color: #9BEBC2;
}
.AnyTagClassName
{
color: #9BEBC2;
}
</style>
background-color css
<style>
a { background-color: #9BEBC2; }
a { background-color: rgb(155,235,194); }
div.DivClassName
{
background-color: #9BEBC2;
}
.BgClassName
{
background-color: #9BEBC2;
}
</style>
border-color css
<style>
span { border-color: #9BEBC2; }
span { border-color: rgb(155,235,194); }
td.TdClassName
{
border-color: #9BEBC2;
}
.TagClassName
{
border-color: #9BEBC2;
}
</style>