Shades of Magic Mint #9CF0CB
Tints of Magic Mint #9CF0CB
RGB
CMYK
RGB Variations
Color information
#9CF0CB (or 0x9CF0CB) is known color: Magic Mint. HEX triplet: 9C, F0 and CB. RGB value is (156,240,203). Sum of RGB (Red+Green+Blue) = 156+240+203=599 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.04% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0CB is #630F34. Grayscale: #D2D2D2. Windows color (decimal): -6491957 or 13365404. OLE color: 13365404.
HSL color Cylindrical-coordinate representation of color #9CF0CB: hue angle of 153.57º 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 #9CF0CB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 203 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.06 |
| HSL | 153.57º | 0.74% | 0.78% | - |
| HSV(B) | 153.57º | 0.35% | 0.94% | - |
| XYZ | 55.65 | 73.7 | 67.79 | - |
| YUV | 210.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 203 | 0.35 | 0 | 0.15 | 0.06 | 153.57 | 0.74 | 0.78 |
| Hex | 9C | F0 | CB | 23 | 0 | F | 6 | 9A | 4A | 4E |
| Octal | 234 | 360 | 313 | 43 | 0 | 17 | 6 | 232 | 112 | 116 |
| Binary | 10011100 | 11110000 | 11001011 | 100011 | 0 | 1111 | 110 | 10011010 | 1001010 | 1001110 |
Color Harmonies of #9CF0CB
Complementary color
Monochromatic Colors of #9CF0CB
Black with #9CF0CB
Text Example
Text Example
White with #9CF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF0CB; }
p { color: rgb(156,240,203); }
H1.HeaderClassName
{
color: #9CF0CB;
}
.AnyTagClassName
{
color: #9CF0CB;
}
</style>
background-color css
<style>
a { background-color: #9CF0CB; }
a { background-color: rgb(156,240,203); }
div.DivClassName
{
background-color: #9CF0CB;
}
.BgClassName
{
background-color: #9CF0CB;
}
</style>
border-color css
<style>
span { border-color: #9CF0CB; }
span { border-color: rgb(156,240,203); }
td.TdClassName
{
border-color: #9CF0CB;
}
.TagClassName
{
border-color: #9CF0CB;
}
</style>