Shades of Magic Mint #9BF9D9
Tints of Magic Mint #9BF9D9
RGB
CMYK
RGB Variations
Color information
#9BF9D9 (or 0x9BF9D9) is known color: Magic Mint. HEX triplet: 9B, F9 and D9. RGB value is (155,249,217). Sum of RGB (Red+Green+Blue) = 155+249+217=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9D9 is #640626. Grayscale: #D9D9D9. Windows color (decimal): -6555175 or 14285211. OLE color: 14285211.
HSL color Cylindrical-coordinate representation of color #9BF9D9: hue angle of 159.57º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9D9 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 217 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 159.57º | 0.89% | 0.79% | - |
| HSV(B) | 159.57º | 0.38% | 0.98% | - |
| XYZ | 59.92 | 79.73 | 77.88 | - |
| YUV | 217.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 217 | 0.38 | 0 | 0.13 | 0.02 | 159.57 | 0.89 | 0.79 |
| Hex | 9B | F9 | D9 | 26 | 0 | D | 2 | A0 | 59 | 4F |
| Octal | 233 | 371 | 331 | 46 | 0 | 15 | 2 | 240 | 131 | 117 |
| Binary | 10011011 | 11111001 | 11011001 | 100110 | 0 | 1101 | 10 | 10100000 | 1011001 | 1001111 |
Color Harmonies of #9BF9D9
Complementary color
Monochromatic Colors of #9BF9D9
Black with #9BF9D9
Text Example
Text Example
White with #9BF9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9D9; }
p { color: rgb(155,249,217); }
H1.HeaderClassName
{
color: #9BF9D9;
}
.AnyTagClassName
{
color: #9BF9D9;
}
</style>
background-color css
<style>
a { background-color: #9BF9D9; }
a { background-color: rgb(155,249,217); }
div.DivClassName
{
background-color: #9BF9D9;
}
.BgClassName
{
background-color: #9BF9D9;
}
</style>
border-color css
<style>
span { border-color: #9BF9D9; }
span { border-color: rgb(155,249,217); }
td.TdClassName
{
border-color: #9BF9D9;
}
.TagClassName
{
border-color: #9BF9D9;
}
</style>