Shades of Magic Mint #9CF5CC
Tints of Magic Mint #9CF5CC
RGB
CMYK
RGB Variations
Color information
#9CF5CC (or 0x9CF5CC) is known color: Magic Mint. HEX triplet: 9C, F5 and CC. RGB value is (156,245,204). Sum of RGB (Red+Green+Blue) = 156+245+204=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF5CC is #630A33. Grayscale: #D5D5D5. Windows color (decimal): -6490676 or 13432220. OLE color: 13432220.
HSL color Cylindrical-coordinate representation of color #9CF5CC: hue angle of 152.36º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF5CC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 204 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.04 |
| HSL | 152.36º | 0.82% | 0.79% | - |
| HSV(B) | 152.36º | 0.36% | 0.96% | - |
| XYZ | 57.26 | 76.73 | 68.92 | - |
| YUV | 213.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 204 | 0.36 | 0 | 0.17 | 0.04 | 152.36 | 0.82 | 0.79 |
| Hex | 9C | F5 | CC | 24 | 0 | 11 | 4 | 98 | 52 | 4F |
| Octal | 234 | 365 | 314 | 44 | 0 | 21 | 4 | 230 | 122 | 117 |
| Binary | 10011100 | 11110101 | 11001100 | 100100 | 0 | 10001 | 100 | 10011000 | 1010010 | 1001111 |
Color Harmonies of #9CF5CC
Complementary color
Monochromatic Colors of #9CF5CC
Black with #9CF5CC
Text Example
Text Example
White with #9CF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF5CC; }
p { color: rgb(156,245,204); }
H1.HeaderClassName
{
color: #9CF5CC;
}
.AnyTagClassName
{
color: #9CF5CC;
}
</style>
background-color css
<style>
a { background-color: #9CF5CC; }
a { background-color: rgb(156,245,204); }
div.DivClassName
{
background-color: #9CF5CC;
}
.BgClassName
{
background-color: #9CF5CC;
}
</style>
border-color css
<style>
span { border-color: #9CF5CC; }
span { border-color: rgb(156,245,204); }
td.TdClassName
{
border-color: #9CF5CC;
}
.TagClassName
{
border-color: #9CF5CC;
}
</style>