Shades of Magic Mint #9CF4C8
Tints of Magic Mint #9CF4C8
RGB
CMYK
RGB Variations
Color information
#9CF4C8 (or 0x9CF4C8) is known color: Magic Mint. HEX triplet: 9C, F4 and C8. RGB value is (156,244,200). Sum of RGB (Red+Green+Blue) = 156+244+200=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF4C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF4C8 is #630B37. Grayscale: #D4D4D4. Windows color (decimal): -6490936 or 13169820. OLE color: 13169820.
HSL color Cylindrical-coordinate representation of color #9CF4C8: hue angle of 150º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF4C8 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 244 | 200 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.04 |
| HSL | 150º | 0.8% | 0.78% | - |
| HSV(B) | 150º | 0.36% | 0.96% | - |
| XYZ | 56.49 | 75.94 | 66.32 | - |
| YUV | 212.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 244 | 200 | 0.36 | 0 | 0.18 | 0.04 | 150 | 0.8 | 0.78 |
| Hex | 9C | F4 | C8 | 24 | 0 | 12 | 4 | 96 | 50 | 4E |
| Octal | 234 | 364 | 310 | 44 | 0 | 22 | 4 | 226 | 120 | 116 |
| Binary | 10011100 | 11110100 | 11001000 | 100100 | 0 | 10010 | 100 | 10010110 | 1010000 | 1001110 |
Color Harmonies of #9CF4C8
Complementary color
Monochromatic Colors of #9CF4C8
Black with #9CF4C8
Text Example
Text Example
White with #9CF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF4C8; }
p { color: rgb(156,244,200); }
H1.HeaderClassName
{
color: #9CF4C8;
}
.AnyTagClassName
{
color: #9CF4C8;
}
</style>
background-color css
<style>
a { background-color: #9CF4C8; }
a { background-color: rgb(156,244,200); }
div.DivClassName
{
background-color: #9CF4C8;
}
.BgClassName
{
background-color: #9CF4C8;
}
</style>
border-color css
<style>
span { border-color: #9CF4C8; }
span { border-color: rgb(156,244,200); }
td.TdClassName
{
border-color: #9CF4C8;
}
.TagClassName
{
border-color: #9CF4C8;
}
</style>