Shades of Magic Mint #9BECCD
Tints of Magic Mint #9BECCD
RGB
CMYK
RGB Variations
Color information
#9BECCD (or 0x9BECCD) is known color: Magic Mint. HEX triplet: 9B, EC and CD. RGB value is (155,236,205). Sum of RGB (Red+Green+Blue) = 155+236+205=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECCD is #641332. Grayscale: #D0D0D0. Windows color (decimal): -6558515 or 13495451. OLE color: 13495451.
HSL color Cylindrical-coordinate representation of color #9BECCD: hue angle of 157.04º 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 #9BECCD is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 205 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.07 |
| HSL | 157.04º | 0.68% | 0.77% | - |
| HSV(B) | 157.04º | 0.34% | 0.93% | - |
| XYZ | 54.53 | 71.37 | 68.66 | - |
| YUV | 208.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 205 | 0.34 | 0 | 0.13 | 0.07 | 157.04 | 0.68 | 0.77 |
| Hex | 9B | EC | CD | 22 | 0 | D | 7 | 9D | 44 | 4D |
| Octal | 233 | 354 | 315 | 42 | 0 | 15 | 7 | 235 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11001101 | 100010 | 0 | 1101 | 111 | 10011101 | 1000100 | 1001101 |
Color Harmonies of #9BECCD
Complementary color
Monochromatic Colors of #9BECCD
Black with #9BECCD
Text Example
Text Example
White with #9BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECCD; }
p { color: rgb(155,236,205); }
H1.HeaderClassName
{
color: #9BECCD;
}
.AnyTagClassName
{
color: #9BECCD;
}
</style>
background-color css
<style>
a { background-color: #9BECCD; }
a { background-color: rgb(155,236,205); }
div.DivClassName
{
background-color: #9BECCD;
}
.BgClassName
{
background-color: #9BECCD;
}
</style>
border-color css
<style>
span { border-color: #9BECCD; }
span { border-color: rgb(155,236,205); }
td.TdClassName
{
border-color: #9BECCD;
}
.TagClassName
{
border-color: #9BECCD;
}
</style>