Shades of Magic Mint #9CFDCE
Tints of Magic Mint #9CFDCE
RGB
CMYK
RGB Variations
Color information
#9CFDCE (or 0x9CFDCE) is known color: Magic Mint. HEX triplet: 9C, FD and CE. RGB value is (156,253,206). Sum of RGB (Red+Green+Blue) = 156+253+206=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDCE is #630231. Grayscale: #DADADA. Windows color (decimal): -6488626 or 13565340. OLE color: 13565340.
HSL color Cylindrical-coordinate representation of color #9CFDCE: hue angle of 150.93º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDCE is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 206 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.01 |
| HSL | 150.93º | 0.96% | 0.8% | - |
| HSV(B) | 150.93º | 0.38% | 0.99% | - |
| XYZ | 59.98 | 81.77 | 71.02 | - |
| YUV | 218.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 206 | 0.38 | 0 | 0.19 | 0.01 | 150.93 | 0.96 | 0.8 |
| Hex | 9C | FD | CE | 26 | 0 | 13 | 1 | 97 | 60 | 50 |
| Octal | 234 | 375 | 316 | 46 | 0 | 23 | 1 | 227 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11001110 | 100110 | 0 | 10011 | 1 | 10010111 | 1100000 | 1010000 |
Color Harmonies of #9CFDCE
Complementary color
Monochromatic Colors of #9CFDCE
Black with #9CFDCE
Text Example
Text Example
White with #9CFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDCE; }
p { color: rgb(156,253,206); }
H1.HeaderClassName
{
color: #9CFDCE;
}
.AnyTagClassName
{
color: #9CFDCE;
}
</style>
background-color css
<style>
a { background-color: #9CFDCE; }
a { background-color: rgb(156,253,206); }
div.DivClassName
{
background-color: #9CFDCE;
}
.BgClassName
{
background-color: #9CFDCE;
}
</style>
border-color css
<style>
span { border-color: #9CFDCE; }
span { border-color: rgb(156,253,206); }
td.TdClassName
{
border-color: #9CFDCE;
}
.TagClassName
{
border-color: #9CFDCE;
}
</style>