Shades of Magic Mint #9CF3CE
Tints of Magic Mint #9CF3CE
RGB
CMYK
RGB Variations
Color information
#9CF3CE (or 0x9CF3CE) is known color: Magic Mint. HEX triplet: 9C, F3 and CE. RGB value is (156,243,206). Sum of RGB (Red+Green+Blue) = 156+243+206=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF3CE is #630C31. Grayscale: #D4D4D4. Windows color (decimal): -6491186 or 13562780. OLE color: 13562780.
HSL color Cylindrical-coordinate representation of color #9CF3CE: hue angle of 154.48º degrees, saturation: 0.78, 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 #9CF3CE is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 243 | 206 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.05 |
| HSL | 154.48º | 0.78% | 0.78% | - |
| HSV(B) | 154.48º | 0.36% | 0.95% | - |
| XYZ | 56.9 | 75.63 | 69.99 | - |
| YUV | 212.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 243 | 206 | 0.36 | 0 | 0.15 | 0.05 | 154.48 | 0.78 | 0.78 |
| Hex | 9C | F3 | CE | 24 | 0 | F | 5 | 9A | 4E | 4E |
| Octal | 234 | 363 | 316 | 44 | 0 | 17 | 5 | 232 | 116 | 116 |
| Binary | 10011100 | 11110011 | 11001110 | 100100 | 0 | 1111 | 101 | 10011010 | 1001110 | 1001110 |
Color Harmonies of #9CF3CE
Complementary color
Monochromatic Colors of #9CF3CE
Black with #9CF3CE
Text Example
Text Example
White with #9CF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF3CE; }
p { color: rgb(156,243,206); }
H1.HeaderClassName
{
color: #9CF3CE;
}
.AnyTagClassName
{
color: #9CF3CE;
}
</style>
background-color css
<style>
a { background-color: #9CF3CE; }
a { background-color: rgb(156,243,206); }
div.DivClassName
{
background-color: #9CF3CE;
}
.BgClassName
{
background-color: #9CF3CE;
}
</style>
border-color css
<style>
span { border-color: #9CF3CE; }
span { border-color: rgb(156,243,206); }
td.TdClassName
{
border-color: #9CF3CE;
}
.TagClassName
{
border-color: #9CF3CE;
}
</style>