Shades of Magic Mint #9CF2D4
Tints of Magic Mint #9CF2D4
RGB
CMYK
RGB Variations
Color information
#9CF2D4 (or 0x9CF2D4) is known color: Magic Mint. HEX triplet: 9C, F2 and D4. RGB value is (156,242,212). Sum of RGB (Red+Green+Blue) = 156+242+212=610 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.57% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF2D4 is #630D2B. Grayscale: #D4D4D4. Windows color (decimal): -6491436 or 13955740. OLE color: 13955740.
HSL color Cylindrical-coordinate representation of color #9CF2D4: hue angle of 159.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF2D4 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 212 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.05 |
| HSL | 159.07º | 0.77% | 0.78% | - |
| HSV(B) | 159.07º | 0.36% | 0.95% | - |
| XYZ | 57.35 | 75.33 | 73.8 | - |
| YUV | 212.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 212 | 0.36 | 0 | 0.12 | 0.05 | 159.07 | 0.77 | 0.78 |
| Hex | 9C | F2 | D4 | 24 | 0 | C | 5 | 9F | 4D | 4E |
| Octal | 234 | 362 | 324 | 44 | 0 | 14 | 5 | 237 | 115 | 116 |
| Binary | 10011100 | 11110010 | 11010100 | 100100 | 0 | 1100 | 101 | 10011111 | 1001101 | 1001110 |
Color Harmonies of #9CF2D4
Complementary color
Monochromatic Colors of #9CF2D4
Black with #9CF2D4
Text Example
Text Example
White with #9CF2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF2D4; }
p { color: rgb(156,242,212); }
H1.HeaderClassName
{
color: #9CF2D4;
}
.AnyTagClassName
{
color: #9CF2D4;
}
</style>
background-color css
<style>
a { background-color: #9CF2D4; }
a { background-color: rgb(156,242,212); }
div.DivClassName
{
background-color: #9CF2D4;
}
.BgClassName
{
background-color: #9CF2D4;
}
</style>
border-color css
<style>
span { border-color: #9CF2D4; }
span { border-color: rgb(156,242,212); }
td.TdClassName
{
border-color: #9CF2D4;
}
.TagClassName
{
border-color: #9CF2D4;
}
</style>