Shades of Magic Mint #9CF0CC
Tints of Magic Mint #9CF0CC
RGB
CMYK
RGB Variations
Color information
#9CF0CC (or 0x9CF0CC) is known color: Magic Mint. HEX triplet: 9C, F0 and CC. RGB value is (156,240,204). Sum of RGB (Red+Green+Blue) = 156+240+204=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0CC is #630F33. Grayscale: #D2D2D2. Windows color (decimal): -6491956 or 13430940. OLE color: 13430940.
HSL color Cylindrical-coordinate representation of color #9CF0CC: hue angle of 154.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0CC is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 204 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.06 |
| HSL | 154.29º | 0.74% | 0.78% | - |
| HSV(B) | 154.29º | 0.35% | 0.94% | - |
| XYZ | 55.77 | 73.75 | 68.42 | - |
| YUV | 210.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 204 | 0.35 | 0 | 0.15 | 0.06 | 154.29 | 0.74 | 0.78 |
| Hex | 9C | F0 | CC | 23 | 0 | F | 6 | 9A | 4A | 4E |
| Octal | 234 | 360 | 314 | 43 | 0 | 17 | 6 | 232 | 112 | 116 |
| Binary | 10011100 | 11110000 | 11001100 | 100011 | 0 | 1111 | 110 | 10011010 | 1001010 | 1001110 |
Color Harmonies of #9CF0CC
Complementary color
Monochromatic Colors of #9CF0CC
Black with #9CF0CC
Text Example
Text Example
White with #9CF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF0CC; }
p { color: rgb(156,240,204); }
H1.HeaderClassName
{
color: #9CF0CC;
}
.AnyTagClassName
{
color: #9CF0CC;
}
</style>
background-color css
<style>
a { background-color: #9CF0CC; }
a { background-color: rgb(156,240,204); }
div.DivClassName
{
background-color: #9CF0CC;
}
.BgClassName
{
background-color: #9CF0CC;
}
</style>
border-color css
<style>
span { border-color: #9CF0CC; }
span { border-color: rgb(156,240,204); }
td.TdClassName
{
border-color: #9CF0CC;
}
.TagClassName
{
border-color: #9CF0CC;
}
</style>