Shades of Magic Mint #9BFCD6
Tints of Magic Mint #9BFCD6
RGB
CMYK
RGB Variations
Color information
#9BFCD6 (or 0x9BFCD6) is known color: Magic Mint. HEX triplet: 9B, FC and D6. RGB value is (155,252,214). Sum of RGB (Red+Green+Blue) = 155+252+214=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCD6 is #640329. Grayscale: #DADADA. Windows color (decimal): -6554410 or 14089371. OLE color: 14089371.
HSL color Cylindrical-coordinate representation of color #9BFCD6: hue angle of 156.49º degrees, saturation: 0.94, 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 #9BFCD6 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 214 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.01 |
| HSL | 156.49º | 0.94% | 0.8% | - |
| HSV(B) | 156.49º | 0.38% | 0.99% | - |
| XYZ | 60.47 | 81.44 | 76.15 | - |
| YUV | 218.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 214 | 0.38 | 0 | 0.15 | 0.01 | 156.49 | 0.94 | 0.8 |
| Hex | 9B | FC | D6 | 26 | 0 | F | 1 | 9C | 5E | 50 |
| Octal | 233 | 374 | 326 | 46 | 0 | 17 | 1 | 234 | 136 | 120 |
| Binary | 10011011 | 11111100 | 11010110 | 100110 | 0 | 1111 | 1 | 10011100 | 1011110 | 1010000 |
Color Harmonies of #9BFCD6
Complementary color
Monochromatic Colors of #9BFCD6
Black with #9BFCD6
Text Example
Text Example
White with #9BFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCD6; }
p { color: rgb(155,252,214); }
H1.HeaderClassName
{
color: #9BFCD6;
}
.AnyTagClassName
{
color: #9BFCD6;
}
</style>
background-color css
<style>
a { background-color: #9BFCD6; }
a { background-color: rgb(155,252,214); }
div.DivClassName
{
background-color: #9BFCD6;
}
.BgClassName
{
background-color: #9BFCD6;
}
</style>
border-color css
<style>
span { border-color: #9BFCD6; }
span { border-color: rgb(155,252,214); }
td.TdClassName
{
border-color: #9BFCD6;
}
.TagClassName
{
border-color: #9BFCD6;
}
</style>