Shades of Magic Mint #9CF7CE
Tints of Magic Mint #9CF7CE
RGB
CMYK
RGB Variations
Color information
#9CF7CE (or 0x9CF7CE) is known color: Magic Mint. HEX triplet: 9C, F7 and CE. RGB value is (156,247,206). Sum of RGB (Red+Green+Blue) = 156+247+206=609 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.62% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF7CE is #630831. Grayscale: #D7D7D7. Windows color (decimal): -6490162 or 13563804. OLE color: 13563804.
HSL color Cylindrical-coordinate representation of color #9CF7CE: hue angle of 152.97º 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 #9CF7CE is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 247 | 206 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.03 |
| HSL | 152.97º | 0.85% | 0.79% | - |
| HSV(B) | 152.97º | 0.37% | 0.97% | - |
| XYZ | 58.11 | 78.05 | 70.39 | - |
| YUV | 215.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 247 | 206 | 0.37 | 0 | 0.17 | 0.03 | 152.97 | 0.85 | 0.79 |
| Hex | 9C | F7 | CE | 25 | 0 | 11 | 3 | 99 | 55 | 4F |
| Octal | 234 | 367 | 316 | 45 | 0 | 21 | 3 | 231 | 125 | 117 |
| Binary | 10011100 | 11110111 | 11001110 | 100101 | 0 | 10001 | 11 | 10011001 | 1010101 | 1001111 |
Color Harmonies of #9CF7CE
Complementary color
Monochromatic Colors of #9CF7CE
Black with #9CF7CE
Text Example
Text Example
White with #9CF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF7CE; }
p { color: rgb(156,247,206); }
H1.HeaderClassName
{
color: #9CF7CE;
}
.AnyTagClassName
{
color: #9CF7CE;
}
</style>
background-color css
<style>
a { background-color: #9CF7CE; }
a { background-color: rgb(156,247,206); }
div.DivClassName
{
background-color: #9CF7CE;
}
.BgClassName
{
background-color: #9CF7CE;
}
</style>
border-color css
<style>
span { border-color: #9CF7CE; }
span { border-color: rgb(156,247,206); }
td.TdClassName
{
border-color: #9CF7CE;
}
.TagClassName
{
border-color: #9CF7CE;
}
</style>