Shades of Magic Mint #9BECD0
Tints of Magic Mint #9BECD0
RGB
CMYK
RGB Variations
Color information
#9BECD0 (or 0x9BECD0) is known color: Magic Mint. HEX triplet: 9B, EC and D0. RGB value is (155,236,208). Sum of RGB (Red+Green+Blue) = 155+236+208=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECD0 is #64132F. Grayscale: #D0D0D0. Windows color (decimal): -6558512 or 13692059. OLE color: 13692059.
HSL color Cylindrical-coordinate representation of color #9BECD0: hue angle of 159.26º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECD0 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 208 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.07 |
| HSL | 159.26º | 0.68% | 0.77% | - |
| HSV(B) | 159.26º | 0.34% | 0.93% | - |
| XYZ | 54.9 | 71.51 | 70.58 | - |
| YUV | 208.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 208 | 0.34 | 0 | 0.12 | 0.07 | 159.26 | 0.68 | 0.77 |
| Hex | 9B | EC | D0 | 22 | 0 | C | 7 | 9F | 44 | 4D |
| Octal | 233 | 354 | 320 | 42 | 0 | 14 | 7 | 237 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11010000 | 100010 | 0 | 1100 | 111 | 10011111 | 1000100 | 1001101 |
Color Harmonies of #9BECD0
Complementary color
Monochromatic Colors of #9BECD0
Black with #9BECD0
Text Example
Text Example
White with #9BECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECD0; }
p { color: rgb(155,236,208); }
H1.HeaderClassName
{
color: #9BECD0;
}
.AnyTagClassName
{
color: #9BECD0;
}
</style>
background-color css
<style>
a { background-color: #9BECD0; }
a { background-color: rgb(155,236,208); }
div.DivClassName
{
background-color: #9BECD0;
}
.BgClassName
{
background-color: #9BECD0;
}
</style>
border-color css
<style>
span { border-color: #9BECD0; }
span { border-color: rgb(155,236,208); }
td.TdClassName
{
border-color: #9BECD0;
}
.TagClassName
{
border-color: #9BECD0;
}
</style>