Shades of Magic Mint #9CFFB8
Tints of Magic Mint #9CFFB8
RGB
CMYK
RGB Variations
Color information
#9CFFB8 (or 0x9CFFB8) is known color: Magic Mint. HEX triplet: 9C, FF and B8. RGB value is (156,255,184). Sum of RGB (Red+Green+Blue) = 156+255+184=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFB8 is #630047. Grayscale: #D9D9D9. Windows color (decimal): -6488136 or 12124060. OLE color: 12124060.
HSL color Cylindrical-coordinate representation of color #9CFFB8: hue angle of 136.97º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFB8 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 184 | - |
| CMYK | 0.39 | 0 | 0.28 | 0 |
| HSL | 136.97º | 1% | 0.81% | - |
| HSV(B) | 136.97º | 0.39% | 1% | - |
| XYZ | 58.12 | 82.05 | 58.12 | - |
| YUV | 217.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 184 | 0.39 | 0 | 0.28 | 0 | 136.97 | 1 | 0.81 |
| Hex | 9C | FF | B8 | 27 | 0 | 1C | 0 | 89 | 64 | 51 |
| Octal | 234 | 377 | 270 | 47 | 0 | 34 | 0 | 211 | 144 | 121 |
| Binary | 10011100 | 11111111 | 10111000 | 100111 | 0 | 11100 | 0 | 10001001 | 1100100 | 1010001 |
Color Harmonies of #9CFFB8
Complementary color
Monochromatic Colors of #9CFFB8
Black with #9CFFB8
Text Example
Text Example
White with #9CFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFB8; }
p { color: rgb(156,255,184); }
H1.HeaderClassName
{
color: #9CFFB8;
}
.AnyTagClassName
{
color: #9CFFB8;
}
</style>
background-color css
<style>
a { background-color: #9CFFB8; }
a { background-color: rgb(156,255,184); }
div.DivClassName
{
background-color: #9CFFB8;
}
.BgClassName
{
background-color: #9CFFB8;
}
</style>
border-color css
<style>
span { border-color: #9CFFB8; }
span { border-color: rgb(156,255,184); }
td.TdClassName
{
border-color: #9CFFB8;
}
.TagClassName
{
border-color: #9CFFB8;
}
</style>