Shades of Magic Mint #9CFCCB
Tints of Magic Mint #9CFCCB
RGB
CMYK
RGB Variations
Color information
#9CFCCB (or 0x9CFCCB) is known color: Magic Mint. HEX triplet: 9C, FC and CB. RGB value is (156,252,203). Sum of RGB (Red+Green+Blue) = 156+252+203=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCCB is #630334. Grayscale: #D9D9D9. Windows color (decimal): -6488885 or 13368476. OLE color: 13368476.
HSL color Cylindrical-coordinate representation of color #9CFCCB: hue angle of 149.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFCCB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 203 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.01 |
| HSL | 149.38º | 0.94% | 0.8% | - |
| HSV(B) | 149.38º | 0.38% | 0.99% | - |
| XYZ | 59.3 | 81 | 69.01 | - |
| YUV | 217.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 203 | 0.38 | 0 | 0.19 | 0.01 | 149.38 | 0.94 | 0.8 |
| Hex | 9C | FC | CB | 26 | 0 | 13 | 1 | 95 | 5E | 50 |
| Octal | 234 | 374 | 313 | 46 | 0 | 23 | 1 | 225 | 136 | 120 |
| Binary | 10011100 | 11111100 | 11001011 | 100110 | 0 | 10011 | 1 | 10010101 | 1011110 | 1010000 |
Color Harmonies of #9CFCCB
Complementary color
Monochromatic Colors of #9CFCCB
Black with #9CFCCB
Text Example
Text Example
White with #9CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFCCB; }
p { color: rgb(156,252,203); }
H1.HeaderClassName
{
color: #9CFCCB;
}
.AnyTagClassName
{
color: #9CFCCB;
}
</style>
background-color css
<style>
a { background-color: #9CFCCB; }
a { background-color: rgb(156,252,203); }
div.DivClassName
{
background-color: #9CFCCB;
}
.BgClassName
{
background-color: #9CFCCB;
}
</style>
border-color css
<style>
span { border-color: #9CFCCB; }
span { border-color: rgb(156,252,203); }
td.TdClassName
{
border-color: #9CFCCB;
}
.TagClassName
{
border-color: #9CFCCB;
}
</style>