Shades of Magic Mint #9CFED2
Tints of Magic Mint #9CFED2
RGB
CMYK
RGB Variations
Color information
#9CFED2 (or 0x9CFED2) is known color: Magic Mint. HEX triplet: 9C, FE and D2. RGB value is (156,254,210). Sum of RGB (Red+Green+Blue) = 156+254+210=620 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.16% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFED2 is #63012D. Grayscale: #DBDBDB. Windows color (decimal): -6488366 or 13827740. OLE color: 13827740.
HSL color Cylindrical-coordinate representation of color #9CFED2: hue angle of 153.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFED2 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 210 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.00 |
| HSL | 153.06º | 0.98% | 0.8% | - |
| HSV(B) | 153.06º | 0.39% | 1% | - |
| XYZ | 60.78 | 82.6 | 73.71 | - |
| YUV | 219.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 210 | 0.39 | 0 | 0.17 | 0.00 | 153.06 | 0.98 | 0.8 |
| Hex | 9C | FE | D2 | 27 | 0 | 11 | 0 | 99 | 62 | 50 |
| Octal | 234 | 376 | 322 | 47 | 0 | 21 | 0 | 231 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11010010 | 100111 | 0 | 10001 | 0 | 10011001 | 1100010 | 1010000 |
Color Harmonies of #9CFED2
Complementary color
Monochromatic Colors of #9CFED2
Black with #9CFED2
Text Example
Text Example
White with #9CFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFED2; }
p { color: rgb(156,254,210); }
H1.HeaderClassName
{
color: #9CFED2;
}
.AnyTagClassName
{
color: #9CFED2;
}
</style>
background-color css
<style>
a { background-color: #9CFED2; }
a { background-color: rgb(156,254,210); }
div.DivClassName
{
background-color: #9CFED2;
}
.BgClassName
{
background-color: #9CFED2;
}
</style>
border-color css
<style>
span { border-color: #9CFED2; }
span { border-color: rgb(156,254,210); }
td.TdClassName
{
border-color: #9CFED2;
}
.TagClassName
{
border-color: #9CFED2;
}
</style>