Shades of Magic Mint #9CFBBB
Tints of Magic Mint #9CFBBB
RGB
CMYK
RGB Variations
Color information
#9CFBBB (or 0x9CFBBB) is known color: Magic Mint. HEX triplet: 9C, FB and BB. RGB value is (156,251,187). Sum of RGB (Red+Green+Blue) = 156+251+187=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 251 (98.44% from 255 or 42.26% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBBB is #630444. Grayscale: #D7D7D7. Windows color (decimal): -6489157 or 12319644. OLE color: 12319644.
HSL color Cylindrical-coordinate representation of color #9CFBBB: hue angle of 139.58º 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 #9CFBBB is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 187 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 139.58º | 0.92% | 0.8% | - |
| HSV(B) | 139.58º | 0.38% | 0.98% | - |
| XYZ | 57.18 | 79.65 | 59.37 | - |
| YUV | 215.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 187 | 0.38 | 0 | 0.25 | 0.02 | 139.58 | 0.92 | 0.8 |
| Hex | 9C | FB | BB | 26 | 0 | 19 | 2 | 8C | 5C | 50 |
| Octal | 234 | 373 | 273 | 46 | 0 | 31 | 2 | 214 | 134 | 120 |
| Binary | 10011100 | 11111011 | 10111011 | 100110 | 0 | 11001 | 10 | 10001100 | 1011100 | 1010000 |
Color Harmonies of #9CFBBB
Complementary color
Monochromatic Colors of #9CFBBB
Black with #9CFBBB
Text Example
Text Example
White with #9CFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBBB; }
p { color: rgb(156,251,187); }
H1.HeaderClassName
{
color: #9CFBBB;
}
.AnyTagClassName
{
color: #9CFBBB;
}
</style>
background-color css
<style>
a { background-color: #9CFBBB; }
a { background-color: rgb(156,251,187); }
div.DivClassName
{
background-color: #9CFBBB;
}
.BgClassName
{
background-color: #9CFBBB;
}
</style>
border-color css
<style>
span { border-color: #9CFBBB; }
span { border-color: rgb(156,251,187); }
td.TdClassName
{
border-color: #9CFBBB;
}
.TagClassName
{
border-color: #9CFBBB;
}
</style>