Shades of Magic Mint #9CF6C9
Tints of Magic Mint #9CF6C9
RGB
CMYK
RGB Variations
Color information
#9CF6C9 (or 0x9CF6C9) is known color: Magic Mint. HEX triplet: 9C, F6 and C9. RGB value is (156,246,201). Sum of RGB (Red+Green+Blue) = 156+246+201=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6C9 is #630936. Grayscale: #D6D6D6. Windows color (decimal): -6490423 or 13235868. OLE color: 13235868.
HSL color Cylindrical-coordinate representation of color #9CF6C9: hue angle of 150º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF6C9 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 201 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.04 |
| HSL | 150º | 0.83% | 0.79% | - |
| HSV(B) | 150º | 0.37% | 0.96% | - |
| XYZ | 57.21 | 77.2 | 67.14 | - |
| YUV | 213.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 201 | 0.37 | 0 | 0.18 | 0.04 | 150 | 0.83 | 0.79 |
| Hex | 9C | F6 | C9 | 25 | 0 | 12 | 4 | 96 | 53 | 4F |
| Octal | 234 | 366 | 311 | 45 | 0 | 22 | 4 | 226 | 123 | 117 |
| Binary | 10011100 | 11110110 | 11001001 | 100101 | 0 | 10010 | 100 | 10010110 | 1010011 | 1001111 |
Color Harmonies of #9CF6C9
Complementary color
Monochromatic Colors of #9CF6C9
Black with #9CF6C9
Text Example
Text Example
White with #9CF6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6C9; }
p { color: rgb(156,246,201); }
H1.HeaderClassName
{
color: #9CF6C9;
}
.AnyTagClassName
{
color: #9CF6C9;
}
</style>
background-color css
<style>
a { background-color: #9CF6C9; }
a { background-color: rgb(156,246,201); }
div.DivClassName
{
background-color: #9CF6C9;
}
.BgClassName
{
background-color: #9CF6C9;
}
</style>
border-color css
<style>
span { border-color: #9CF6C9; }
span { border-color: rgb(156,246,201); }
td.TdClassName
{
border-color: #9CF6C9;
}
.TagClassName
{
border-color: #9CF6C9;
}
</style>