Shades of Magic Mint #9BF1C1
Tints of Magic Mint #9BF1C1
RGB
CMYK
RGB Variations
Color information
#9BF1C1 (or 0x9BF1C1) is known color: Magic Mint. HEX triplet: 9B, F1 and C1. RGB value is (155,241,193). Sum of RGB (Red+Green+Blue) = 155+241+193=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1C1 is #640E3E. Grayscale: #D1D1D1. Windows color (decimal): -6557247 or 12710299. OLE color: 12710299.
HSL color Cylindrical-coordinate representation of color #9BF1C1: hue angle of 146.51º 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 #9BF1C1 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 193 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.05 |
| HSL | 146.51º | 0.75% | 0.78% | - |
| HSV(B) | 146.51º | 0.36% | 0.95% | - |
| XYZ | 54.6 | 73.73 | 61.81 | - |
| YUV | 209.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 193 | 0.36 | 0 | 0.20 | 0.05 | 146.51 | 0.75 | 0.78 |
| Hex | 9B | F1 | C1 | 24 | 0 | 14 | 5 | 93 | 4B | 4E |
| Octal | 233 | 361 | 301 | 44 | 0 | 24 | 5 | 223 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11000001 | 100100 | 0 | 10100 | 101 | 10010011 | 1001011 | 1001110 |
Color Harmonies of #9BF1C1
Complementary color
Monochromatic Colors of #9BF1C1
Black with #9BF1C1
Text Example
Text Example
White with #9BF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1C1; }
p { color: rgb(155,241,193); }
H1.HeaderClassName
{
color: #9BF1C1;
}
.AnyTagClassName
{
color: #9BF1C1;
}
</style>
background-color css
<style>
a { background-color: #9BF1C1; }
a { background-color: rgb(155,241,193); }
div.DivClassName
{
background-color: #9BF1C1;
}
.BgClassName
{
background-color: #9BF1C1;
}
</style>
border-color css
<style>
span { border-color: #9BF1C1; }
span { border-color: rgb(155,241,193); }
td.TdClassName
{
border-color: #9BF1C1;
}
.TagClassName
{
border-color: #9BF1C1;
}
</style>