Shades of Magic Mint #9BEDC1
Tints of Magic Mint #9BEDC1
RGB
CMYK
RGB Variations
Color information
#9BEDC1 (or 0x9BEDC1) is known color: Magic Mint. HEX triplet: 9B, ED and C1. RGB value is (155,237,193). Sum of RGB (Red+Green+Blue) = 155+237+193=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDC1 is #64123E. Grayscale: #CFCFCF. Windows color (decimal): -6558271 or 12709275. OLE color: 12709275.
HSL color Cylindrical-coordinate representation of color #9BEDC1: hue angle of 147.8º degrees, saturation: 0.69, 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 #9BEDC1 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 193 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.07 |
| HSL | 147.8º | 0.69% | 0.77% | - |
| HSV(B) | 147.8º | 0.35% | 0.93% | - |
| XYZ | 53.43 | 71.39 | 61.42 | - |
| YUV | 207.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 193 | 0.35 | 0 | 0.19 | 0.07 | 147.8 | 0.69 | 0.77 |
| Hex | 9B | ED | C1 | 23 | 0 | 13 | 7 | 94 | 45 | 4D |
| Octal | 233 | 355 | 301 | 43 | 0 | 23 | 7 | 224 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11000001 | 100011 | 0 | 10011 | 111 | 10010100 | 1000101 | 1001101 |
Color Harmonies of #9BEDC1
Complementary color
Monochromatic Colors of #9BEDC1
Black with #9BEDC1
Text Example
Text Example
White with #9BEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDC1; }
p { color: rgb(155,237,193); }
H1.HeaderClassName
{
color: #9BEDC1;
}
.AnyTagClassName
{
color: #9BEDC1;
}
</style>
background-color css
<style>
a { background-color: #9BEDC1; }
a { background-color: rgb(155,237,193); }
div.DivClassName
{
background-color: #9BEDC1;
}
.BgClassName
{
background-color: #9BEDC1;
}
</style>
border-color css
<style>
span { border-color: #9BEDC1; }
span { border-color: rgb(155,237,193); }
td.TdClassName
{
border-color: #9BEDC1;
}
.TagClassName
{
border-color: #9BEDC1;
}
</style>