Shades of Magic Mint #9CFFCF
Tints of Magic Mint #9CFFCF
RGB
CMYK
RGB Variations
Color information
#9CFFCF (or 0x9CFFCF) is known color: Magic Mint. HEX triplet: 9C, FF and CF. RGB value is (156,255,207). Sum of RGB (Red+Green+Blue) = 156+255+207=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFCF is #630030. Grayscale: #DCDCDC. Windows color (decimal): -6488113 or 13631388. OLE color: 13631388.
HSL color Cylindrical-coordinate representation of color #9CFFCF: hue angle of 150.91º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFCF is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 207 | - |
| CMYK | 0.39 | 0 | 0.19 | 0 |
| HSL | 150.91º | 1% | 0.81% | - |
| HSV(B) | 150.91º | 0.39% | 1% | - |
| XYZ | 60.73 | 83.09 | 71.87 | - |
| YUV | 219.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 207 | 0.39 | 0 | 0.19 | 0 | 150.91 | 1 | 0.81 |
| Hex | 9C | FF | CF | 27 | 0 | 13 | 0 | 97 | 64 | 51 |
| Octal | 234 | 377 | 317 | 47 | 0 | 23 | 0 | 227 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11001111 | 100111 | 0 | 10011 | 0 | 10010111 | 1100100 | 1010001 |
Color Harmonies of #9CFFCF
Complementary color
Monochromatic Colors of #9CFFCF
Black with #9CFFCF
Text Example
Text Example
White with #9CFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFCF; }
p { color: rgb(156,255,207); }
H1.HeaderClassName
{
color: #9CFFCF;
}
.AnyTagClassName
{
color: #9CFFCF;
}
</style>
background-color css
<style>
a { background-color: #9CFFCF; }
a { background-color: rgb(156,255,207); }
div.DivClassName
{
background-color: #9CFFCF;
}
.BgClassName
{
background-color: #9CFFCF;
}
</style>
border-color css
<style>
span { border-color: #9CFFCF; }
span { border-color: rgb(156,255,207); }
td.TdClassName
{
border-color: #9CFFCF;
}
.TagClassName
{
border-color: #9CFFCF;
}
</style>