Shades of Magic Mint #9CF7CB
Tints of Magic Mint #9CF7CB
RGB
CMYK
RGB Variations
Color information
#9CF7CB (or 0x9CF7CB) is known color: Magic Mint. HEX triplet: 9C, F7 and CB. RGB value is (156,247,203). Sum of RGB (Red+Green+Blue) = 156+247+203=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF7CB is #630834. Grayscale: #D6D6D6. Windows color (decimal): -6490165 or 13367196. OLE color: 13367196.
HSL color Cylindrical-coordinate representation of color #9CF7CB: hue angle of 150.99º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CF7CB is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 203 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.03 |
| HSL | 150.99º | 0.85% | 0.79% | - |
| HSV(B) | 150.99º | 0.37% | 0.97% | - |
| XYZ | 57.75 | 77.9 | 68.49 | - |
| YUV | 214.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 203 | 0.37 | 0 | 0.18 | 0.03 | 150.99 | 0.85 | 0.79 |
| Hex | 9C | F7 | CB | 25 | 0 | 12 | 3 | 97 | 55 | 4F |
| Octal | 234 | 367 | 313 | 45 | 0 | 22 | 3 | 227 | 125 | 117 |
| Binary | 10011100 | 11110111 | 11001011 | 100101 | 0 | 10010 | 11 | 10010111 | 1010101 | 1001111 |
Color Harmonies of #9CF7CB
Complementary color
Monochromatic Colors of #9CF7CB
Black with #9CF7CB
Text Example
Text Example
White with #9CF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF7CB; }
p { color: rgb(156,247,203); }
H1.HeaderClassName
{
color: #9CF7CB;
}
.AnyTagClassName
{
color: #9CF7CB;
}
</style>
background-color css
<style>
a { background-color: #9CF7CB; }
a { background-color: rgb(156,247,203); }
div.DivClassName
{
background-color: #9CF7CB;
}
.BgClassName
{
background-color: #9CF7CB;
}
</style>
border-color css
<style>
span { border-color: #9CF7CB; }
span { border-color: rgb(156,247,203); }
td.TdClassName
{
border-color: #9CF7CB;
}
.TagClassName
{
border-color: #9CF7CB;
}
</style>