Shades of Magic Mint #9CFBCB
Tints of Magic Mint #9CFBCB
RGB
CMYK
RGB Variations
Color information
#9CFBCB (or 0x9CFBCB) is known color: Magic Mint. HEX triplet: 9C, FB and CB. RGB value is (156,251,203). Sum of RGB (Red+Green+Blue) = 156+251+203=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBCB is #630434. Grayscale: #D9D9D9. Windows color (decimal): -6489141 or 13368220. OLE color: 13368220.
HSL color Cylindrical-coordinate representation of color #9CFBCB: hue angle of 149.68º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBCB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 203 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.02 |
| HSL | 149.68º | 0.92% | 0.8% | - |
| HSV(B) | 149.68º | 0.38% | 0.98% | - |
| XYZ | 58.99 | 80.37 | 68.9 | - |
| YUV | 217.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 203 | 0.38 | 0 | 0.19 | 0.02 | 149.68 | 0.92 | 0.8 |
| Hex | 9C | FB | CB | 26 | 0 | 13 | 2 | 96 | 5C | 50 |
| Octal | 234 | 373 | 313 | 46 | 0 | 23 | 2 | 226 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11001011 | 100110 | 0 | 10011 | 10 | 10010110 | 1011100 | 1010000 |
Color Harmonies of #9CFBCB
Complementary color
Monochromatic Colors of #9CFBCB
Black with #9CFBCB
Text Example
Text Example
White with #9CFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBCB; }
p { color: rgb(156,251,203); }
H1.HeaderClassName
{
color: #9CFBCB;
}
.AnyTagClassName
{
color: #9CFBCB;
}
</style>
background-color css
<style>
a { background-color: #9CFBCB; }
a { background-color: rgb(156,251,203); }
div.DivClassName
{
background-color: #9CFBCB;
}
.BgClassName
{
background-color: #9CFBCB;
}
</style>
border-color css
<style>
span { border-color: #9CFBCB; }
span { border-color: rgb(156,251,203); }
td.TdClassName
{
border-color: #9CFBCB;
}
.TagClassName
{
border-color: #9CFBCB;
}
</style>