Shades of Magic Mint #9BF1D9
Tints of Magic Mint #9BF1D9
RGB
CMYK
RGB Variations
Color information
#9BF1D9 (or 0x9BF1D9) is known color: Magic Mint. HEX triplet: 9B, F1 and D9. RGB value is (155,241,217). Sum of RGB (Red+Green+Blue) = 155+241+217=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1D9 is #640E26. Grayscale: #D4D4D4. Windows color (decimal): -6557223 or 14283163. OLE color: 14283163.
HSL color Cylindrical-coordinate representation of color #9BF1D9: hue angle of 163.26º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1D9 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 217 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.05 |
| HSL | 163.26º | 0.75% | 0.78% | - |
| HSV(B) | 163.26º | 0.36% | 0.95% | - |
| XYZ | 57.5 | 74.89 | 77.07 | - |
| YUV | 212.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 217 | 0.36 | 0 | 0.10 | 0.05 | 163.26 | 0.75 | 0.78 |
| Hex | 9B | F1 | D9 | 24 | 0 | A | 5 | A3 | 4B | 4E |
| Octal | 233 | 361 | 331 | 44 | 0 | 12 | 5 | 243 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11011001 | 100100 | 0 | 1010 | 101 | 10100011 | 1001011 | 1001110 |
Color Harmonies of #9BF1D9
Complementary color
Monochromatic Colors of #9BF1D9
Black with #9BF1D9
Text Example
Text Example
White with #9BF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1D9; }
p { color: rgb(155,241,217); }
H1.HeaderClassName
{
color: #9BF1D9;
}
.AnyTagClassName
{
color: #9BF1D9;
}
</style>
background-color css
<style>
a { background-color: #9BF1D9; }
a { background-color: rgb(155,241,217); }
div.DivClassName
{
background-color: #9BF1D9;
}
.BgClassName
{
background-color: #9BF1D9;
}
</style>
border-color css
<style>
span { border-color: #9BF1D9; }
span { border-color: rgb(155,241,217); }
td.TdClassName
{
border-color: #9BF1D9;
}
.TagClassName
{
border-color: #9BF1D9;
}
</style>