Shades of Magic Mint #9CF1C1
Tints of Magic Mint #9CF1C1
RGB
CMYK
RGB Variations
Color information
#9CF1C1 (or 0x9CF1C1) is known color: Magic Mint. HEX triplet: 9C, F1 and C1. RGB value is (156,241,193). Sum of RGB (Red+Green+Blue) = 156+241+193=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF1C1 is #630E3E. Grayscale: #D2D2D2. Windows color (decimal): -6491711 or 12710300. OLE color: 12710300.
HSL color Cylindrical-coordinate representation of color #9CF1C1: hue angle of 146.12º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF1C1 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 193 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.05 |
| HSL | 146.12º | 0.75% | 0.78% | - |
| HSV(B) | 146.12º | 0.35% | 0.95% | - |
| XYZ | 54.79 | 73.83 | 61.81 | - |
| YUV | 210.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 193 | 0.35 | 0 | 0.20 | 0.05 | 146.12 | 0.75 | 0.78 |
| Hex | 9C | F1 | C1 | 23 | 0 | 14 | 5 | 92 | 4B | 4E |
| Octal | 234 | 361 | 301 | 43 | 0 | 24 | 5 | 222 | 113 | 116 |
| Binary | 10011100 | 11110001 | 11000001 | 100011 | 0 | 10100 | 101 | 10010010 | 1001011 | 1001110 |
Color Harmonies of #9CF1C1
Complementary color
Monochromatic Colors of #9CF1C1
Black with #9CF1C1
Text Example
Text Example
White with #9CF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF1C1; }
p { color: rgb(156,241,193); }
H1.HeaderClassName
{
color: #9CF1C1;
}
.AnyTagClassName
{
color: #9CF1C1;
}
</style>
background-color css
<style>
a { background-color: #9CF1C1; }
a { background-color: rgb(156,241,193); }
div.DivClassName
{
background-color: #9CF1C1;
}
.BgClassName
{
background-color: #9CF1C1;
}
</style>
border-color css
<style>
span { border-color: #9CF1C1; }
span { border-color: rgb(156,241,193); }
td.TdClassName
{
border-color: #9CF1C1;
}
.TagClassName
{
border-color: #9CF1C1;
}
</style>