Shades of Magic Mint #9BECCC
Tints of Magic Mint #9BECCC
RGB
CMYK
RGB Variations
Color information
#9BECCC (or 0x9BECCC) is known color: Magic Mint. HEX triplet: 9B, EC and CC. RGB value is (155,236,204). Sum of RGB (Red+Green+Blue) = 155+236+204=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECCC is #641333. Grayscale: #D0D0D0. Windows color (decimal): -6558516 or 13429915. OLE color: 13429915.
HSL color Cylindrical-coordinate representation of color #9BECCC: hue angle of 156.3º 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 #9BECCC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 204 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 156.3º | 0.68% | 0.77% | - |
| HSV(B) | 156.3º | 0.34% | 0.93% | - |
| XYZ | 54.41 | 71.32 | 68.02 | - |
| YUV | 208.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 204 | 0.34 | 0 | 0.14 | 0.07 | 156.3 | 0.68 | 0.77 |
| Hex | 9B | EC | CC | 22 | 0 | E | 7 | 9C | 44 | 4D |
| Octal | 233 | 354 | 314 | 42 | 0 | 16 | 7 | 234 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11001100 | 100010 | 0 | 1110 | 111 | 10011100 | 1000100 | 1001101 |
Color Harmonies of #9BECCC
Complementary color
Monochromatic Colors of #9BECCC
Black with #9BECCC
Text Example
Text Example
White with #9BECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECCC; }
p { color: rgb(155,236,204); }
H1.HeaderClassName
{
color: #9BECCC;
}
.AnyTagClassName
{
color: #9BECCC;
}
</style>
background-color css
<style>
a { background-color: #9BECCC; }
a { background-color: rgb(155,236,204); }
div.DivClassName
{
background-color: #9BECCC;
}
.BgClassName
{
background-color: #9BECCC;
}
</style>
border-color css
<style>
span { border-color: #9BECCC; }
span { border-color: rgb(155,236,204); }
td.TdClassName
{
border-color: #9BECCC;
}
.TagClassName
{
border-color: #9BECCC;
}
</style>