Shades of Magic Mint #9BFECD
Tints of Magic Mint #9BFECD
RGB
CMYK
RGB Variations
Color information
#9BFECD (or 0x9BFECD) is known color: Magic Mint. HEX triplet: 9B, FE and CD. RGB value is (155,254,205). Sum of RGB (Red+Green+Blue) = 155+254+205=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFECD is #640132. Grayscale: #DADADA. Windows color (decimal): -6553907 or 13500059. OLE color: 13500059.
HSL color Cylindrical-coordinate representation of color #9BFECD: hue angle of 150.3º 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 #9BFECD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 205 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.00 |
| HSL | 150.3º | 0.98% | 0.8% | - |
| HSV(B) | 150.3º | 0.39% | 1% | - |
| XYZ | 59.98 | 82.26 | 70.47 | - |
| YUV | 218.81 | 120.2 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 205 | 0.39 | 0 | 0.19 | 0.00 | 150.3 | 0.98 | 0.8 |
| Hex | 9B | FE | CD | 27 | 0 | 13 | 0 | 96 | 62 | 50 |
| Octal | 233 | 376 | 315 | 47 | 0 | 23 | 0 | 226 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11001101 | 100111 | 0 | 10011 | 0 | 10010110 | 1100010 | 1010000 |
Color Harmonies of #9BFECD
Complementary color
Monochromatic Colors of #9BFECD
Black with #9BFECD
Text Example
Text Example
White with #9BFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFECD; }
p { color: rgb(155,254,205); }
H1.HeaderClassName
{
color: #9BFECD;
}
.AnyTagClassName
{
color: #9BFECD;
}
</style>
background-color css
<style>
a { background-color: #9BFECD; }
a { background-color: rgb(155,254,205); }
div.DivClassName
{
background-color: #9BFECD;
}
.BgClassName
{
background-color: #9BFECD;
}
</style>
border-color css
<style>
span { border-color: #9BFECD; }
span { border-color: rgb(155,254,205); }
td.TdClassName
{
border-color: #9BFECD;
}
.TagClassName
{
border-color: #9BFECD;
}
</style>