Shades of Magic Mint #9CF6BD
Tints of Magic Mint #9CF6BD
RGB
CMYK
RGB Variations
Color information
#9CF6BD (or 0x9CF6BD) is known color: Magic Mint. HEX triplet: 9C, F6 and BD. RGB value is (156,246,189). Sum of RGB (Red+Green+Blue) = 156+246+189=591 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.40% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6BD is #630942. Grayscale: #D4D4D4. Windows color (decimal): -6490435 or 12449436. OLE color: 12449436.
HSL color Cylindrical-coordinate representation of color #9CF6BD: hue angle of 142º 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 #9CF6BD is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 189 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.04 |
| HSL | 142º | 0.83% | 0.79% | - |
| HSV(B) | 142º | 0.37% | 0.96% | - |
| XYZ | 55.85 | 76.65 | 60 | - |
| YUV | 212.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 189 | 0.37 | 0 | 0.23 | 0.04 | 142 | 0.83 | 0.79 |
| Hex | 9C | F6 | BD | 25 | 0 | 17 | 4 | 8E | 53 | 4F |
| Octal | 234 | 366 | 275 | 45 | 0 | 27 | 4 | 216 | 123 | 117 |
| Binary | 10011100 | 11110110 | 10111101 | 100101 | 0 | 10111 | 100 | 10001110 | 1010011 | 1001111 |
Color Harmonies of #9CF6BD
Complementary color
Monochromatic Colors of #9CF6BD
Black with #9CF6BD
Text Example
Text Example
White with #9CF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6BD; }
p { color: rgb(156,246,189); }
H1.HeaderClassName
{
color: #9CF6BD;
}
.AnyTagClassName
{
color: #9CF6BD;
}
</style>
background-color css
<style>
a { background-color: #9CF6BD; }
a { background-color: rgb(156,246,189); }
div.DivClassName
{
background-color: #9CF6BD;
}
.BgClassName
{
background-color: #9CF6BD;
}
</style>
border-color css
<style>
span { border-color: #9CF6BD; }
span { border-color: rgb(156,246,189); }
td.TdClassName
{
border-color: #9CF6BD;
}
.TagClassName
{
border-color: #9CF6BD;
}
</style>