Shades of Magic Mint #9BEDC9
Tints of Magic Mint #9BEDC9
RGB
CMYK
RGB Variations
Color information
#9BEDC9 (or 0x9BEDC9) is known color: Magic Mint. HEX triplet: 9B, ED and C9. RGB value is (155,237,201). Sum of RGB (Red+Green+Blue) = 155+237+201=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDC9 is #641236. Grayscale: #D0D0D0. Windows color (decimal): -6558263 or 13233563. OLE color: 13233563.
HSL color Cylindrical-coordinate representation of color #9BEDC9: hue angle of 153.66º 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 #9BEDC9 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 201 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.07 |
| HSL | 153.66º | 0.69% | 0.77% | - |
| HSV(B) | 153.66º | 0.35% | 0.93% | - |
| XYZ | 54.34 | 71.75 | 66.24 | - |
| YUV | 208.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 201 | 0.35 | 0 | 0.15 | 0.07 | 153.66 | 0.69 | 0.77 |
| Hex | 9B | ED | C9 | 23 | 0 | F | 7 | 9A | 45 | 4D |
| Octal | 233 | 355 | 311 | 43 | 0 | 17 | 7 | 232 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11001001 | 100011 | 0 | 1111 | 111 | 10011010 | 1000101 | 1001101 |
Color Harmonies of #9BEDC9
Complementary color
Monochromatic Colors of #9BEDC9
Black with #9BEDC9
Text Example
Text Example
White with #9BEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDC9; }
p { color: rgb(155,237,201); }
H1.HeaderClassName
{
color: #9BEDC9;
}
.AnyTagClassName
{
color: #9BEDC9;
}
</style>
background-color css
<style>
a { background-color: #9BEDC9; }
a { background-color: rgb(155,237,201); }
div.DivClassName
{
background-color: #9BEDC9;
}
.BgClassName
{
background-color: #9BEDC9;
}
</style>
border-color css
<style>
span { border-color: #9BEDC9; }
span { border-color: rgb(155,237,201); }
td.TdClassName
{
border-color: #9BEDC9;
}
.TagClassName
{
border-color: #9BEDC9;
}
</style>