Shades of Magic Mint #9BEDC5
Tints of Magic Mint #9BEDC5
RGB
CMYK
RGB Variations
Color information
#9BEDC5 (or 0x9BEDC5) is known color: Magic Mint. HEX triplet: 9B, ED and C5. RGB value is (155,237,197). Sum of RGB (Red+Green+Blue) = 155+237+197=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDC5 is #64123A. Grayscale: #D0D0D0. Windows color (decimal): -6558267 or 12971419. OLE color: 12971419.
HSL color Cylindrical-coordinate representation of color #9BEDC5: hue angle of 150.73º 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 #9BEDC5 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 197 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.07 |
| HSL | 150.73º | 0.69% | 0.77% | - |
| HSV(B) | 150.73º | 0.35% | 0.93% | - |
| XYZ | 53.88 | 71.57 | 63.8 | - |
| YUV | 207.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 197 | 0.35 | 0 | 0.17 | 0.07 | 150.73 | 0.69 | 0.77 |
| Hex | 9B | ED | C5 | 23 | 0 | 11 | 7 | 97 | 45 | 4D |
| Octal | 233 | 355 | 305 | 43 | 0 | 21 | 7 | 227 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11000101 | 100011 | 0 | 10001 | 111 | 10010111 | 1000101 | 1001101 |
Color Harmonies of #9BEDC5
Complementary color
Monochromatic Colors of #9BEDC5
Black with #9BEDC5
Text Example
Text Example
White with #9BEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDC5; }
p { color: rgb(155,237,197); }
H1.HeaderClassName
{
color: #9BEDC5;
}
.AnyTagClassName
{
color: #9BEDC5;
}
</style>
background-color css
<style>
a { background-color: #9BEDC5; }
a { background-color: rgb(155,237,197); }
div.DivClassName
{
background-color: #9BEDC5;
}
.BgClassName
{
background-color: #9BEDC5;
}
</style>
border-color css
<style>
span { border-color: #9BEDC5; }
span { border-color: rgb(155,237,197); }
td.TdClassName
{
border-color: #9BEDC5;
}
.TagClassName
{
border-color: #9BEDC5;
}
</style>