Shades of Magic Mint #9CF9B9
Tints of Magic Mint #9CF9B9
RGB
CMYK
RGB Variations
Color information
#9CF9B9 (or 0x9CF9B9) is known color: Magic Mint. HEX triplet: 9C, F9 and B9. RGB value is (156,249,185). Sum of RGB (Red+Green+Blue) = 156+249+185=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF9B9 is #630646. Grayscale: #D6D6D6. Windows color (decimal): -6489671 or 12188060. OLE color: 12188060.
HSL color Cylindrical-coordinate representation of color #9CF9B9: hue angle of 138.71º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF9B9 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 249 | 185 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.02 |
| HSL | 138.71º | 0.89% | 0.79% | - |
| HSV(B) | 138.71º | 0.37% | 0.98% | - |
| XYZ | 56.34 | 78.32 | 58.05 | - |
| YUV | 213.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 249 | 185 | 0.37 | 0 | 0.26 | 0.02 | 138.71 | 0.89 | 0.79 |
| Hex | 9C | F9 | B9 | 25 | 0 | 1A | 2 | 8B | 59 | 4F |
| Octal | 234 | 371 | 271 | 45 | 0 | 32 | 2 | 213 | 131 | 117 |
| Binary | 10011100 | 11111001 | 10111001 | 100101 | 0 | 11010 | 10 | 10001011 | 1011001 | 1001111 |
Color Harmonies of #9CF9B9
Complementary color
Monochromatic Colors of #9CF9B9
Black with #9CF9B9
Text Example
Text Example
White with #9CF9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF9B9; }
p { color: rgb(156,249,185); }
H1.HeaderClassName
{
color: #9CF9B9;
}
.AnyTagClassName
{
color: #9CF9B9;
}
</style>
background-color css
<style>
a { background-color: #9CF9B9; }
a { background-color: rgb(156,249,185); }
div.DivClassName
{
background-color: #9CF9B9;
}
.BgClassName
{
background-color: #9CF9B9;
}
</style>
border-color css
<style>
span { border-color: #9CF9B9; }
span { border-color: rgb(156,249,185); }
td.TdClassName
{
border-color: #9CF9B9;
}
.TagClassName
{
border-color: #9CF9B9;
}
</style>