Shades of Magic Mint #9CECCB
Tints of Magic Mint #9CECCB
RGB
CMYK
RGB Variations
Color information
#9CECCB (or 0x9CECCB) is known color: Magic Mint. HEX triplet: 9C, EC and CB. RGB value is (156,236,203). Sum of RGB (Red+Green+Blue) = 156+236+203=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #9CECCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CECCB is #631334. Grayscale: #D0D0D0. Windows color (decimal): -6492981 or 13364380. OLE color: 13364380.
HSL color Cylindrical-coordinate representation of color #9CECCB: hue angle of 155.25º 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 #9CECCB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 203 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.07 |
| HSL | 155.25º | 0.68% | 0.77% | - |
| HSV(B) | 155.25º | 0.34% | 0.93% | - |
| XYZ | 54.49 | 71.37 | 67.4 | - |
| YUV | 208.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 203 | 0.34 | 0 | 0.14 | 0.07 | 155.25 | 0.68 | 0.77 |
| Hex | 9C | EC | CB | 22 | 0 | E | 7 | 9B | 44 | 4D |
| Octal | 234 | 354 | 313 | 42 | 0 | 16 | 7 | 233 | 104 | 115 |
| Binary | 10011100 | 11101100 | 11001011 | 100010 | 0 | 1110 | 111 | 10011011 | 1000100 | 1001101 |
Color Harmonies of #9CECCB
Complementary color
Monochromatic Colors of #9CECCB
Black with #9CECCB
Text Example
Text Example
White with #9CECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECCB; }
p { color: rgb(156,236,203); }
H1.HeaderClassName
{
color: #9CECCB;
}
.AnyTagClassName
{
color: #9CECCB;
}
</style>
background-color css
<style>
a { background-color: #9CECCB; }
a { background-color: rgb(156,236,203); }
div.DivClassName
{
background-color: #9CECCB;
}
.BgClassName
{
background-color: #9CECCB;
}
</style>
border-color css
<style>
span { border-color: #9CECCB; }
span { border-color: rgb(156,236,203); }
td.TdClassName
{
border-color: #9CECCB;
}
.TagClassName
{
border-color: #9CECCB;
}
</style>