Shades of Magic Mint #9CFBD3
Tints of Magic Mint #9CFBD3
RGB
CMYK
RGB Variations
Color information
#9CFBD3 (or 0x9CFBD3) is known color: Magic Mint. HEX triplet: 9C, FB and D3. RGB value is (156,251,211). Sum of RGB (Red+Green+Blue) = 156+251+211=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBD3 is #63042C. Grayscale: #DADADA. Windows color (decimal): -6489133 or 13892508. OLE color: 13892508.
HSL color Cylindrical-coordinate representation of color #9CFBD3: hue angle of 154.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBD3 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 211 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.02 |
| HSL | 154.74º | 0.92% | 0.8% | - |
| HSV(B) | 154.74º | 0.38% | 0.98% | - |
| XYZ | 59.97 | 80.77 | 74.06 | - |
| YUV | 218.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 211 | 0.38 | 0 | 0.16 | 0.02 | 154.74 | 0.92 | 0.8 |
| Hex | 9C | FB | D3 | 26 | 0 | 10 | 2 | 9B | 5C | 50 |
| Octal | 234 | 373 | 323 | 46 | 0 | 20 | 2 | 233 | 134 | 120 |
| Binary | 10011100 | 11111011 | 11010011 | 100110 | 0 | 10000 | 10 | 10011011 | 1011100 | 1010000 |
Color Harmonies of #9CFBD3
Complementary color
Monochromatic Colors of #9CFBD3
Black with #9CFBD3
Text Example
Text Example
White with #9CFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFBD3; }
p { color: rgb(156,251,211); }
H1.HeaderClassName
{
color: #9CFBD3;
}
.AnyTagClassName
{
color: #9CFBD3;
}
</style>
background-color css
<style>
a { background-color: #9CFBD3; }
a { background-color: rgb(156,251,211); }
div.DivClassName
{
background-color: #9CFBD3;
}
.BgClassName
{
background-color: #9CFBD3;
}
</style>
border-color css
<style>
span { border-color: #9CFBD3; }
span { border-color: rgb(156,251,211); }
td.TdClassName
{
border-color: #9CFBD3;
}
.TagClassName
{
border-color: #9CFBD3;
}
</style>