Shades of Magic Mint #9BEEC1
Tints of Magic Mint #9BEEC1
RGB
CMYK
RGB Variations
Color information
#9BEEC1 (or 0x9BEEC1) is known color: Magic Mint. HEX triplet: 9B, EE and C1. RGB value is (155,238,193). Sum of RGB (Red+Green+Blue) = 155+238+193=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEEC1 is #64113E. Grayscale: #D0D0D0. Windows color (decimal): -6558015 or 12709531. OLE color: 12709531.
HSL color Cylindrical-coordinate representation of color #9BEEC1: hue angle of 147.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEC1 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 193 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 147.47º | 0.71% | 0.77% | - |
| HSV(B) | 147.47º | 0.35% | 0.93% | - |
| XYZ | 53.72 | 71.97 | 61.51 | - |
| YUV | 208.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 193 | 0.35 | 0 | 0.19 | 0.07 | 147.47 | 0.71 | 0.77 |
| Hex | 9B | EE | C1 | 23 | 0 | 13 | 7 | 93 | 47 | 4D |
| Octal | 233 | 356 | 301 | 43 | 0 | 23 | 7 | 223 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11000001 | 100011 | 0 | 10011 | 111 | 10010011 | 1000111 | 1001101 |
Color Harmonies of #9BEEC1
Complementary color
Monochromatic Colors of #9BEEC1
Black with #9BEEC1
Text Example
Text Example
White with #9BEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEEC1; }
p { color: rgb(155,238,193); }
H1.HeaderClassName
{
color: #9BEEC1;
}
.AnyTagClassName
{
color: #9BEEC1;
}
</style>
background-color css
<style>
a { background-color: #9BEEC1; }
a { background-color: rgb(155,238,193); }
div.DivClassName
{
background-color: #9BEEC1;
}
.BgClassName
{
background-color: #9BEEC1;
}
</style>
border-color css
<style>
span { border-color: #9BEEC1; }
span { border-color: rgb(155,238,193); }
td.TdClassName
{
border-color: #9BEEC1;
}
.TagClassName
{
border-color: #9BEEC1;
}
</style>