Shades of Magic Mint #9BF1D3
Tints of Magic Mint #9BF1D3
RGB
CMYK
RGB Variations
Color information
#9BF1D3 (or 0x9BF1D3) is known color: Magic Mint. HEX triplet: 9B, F1 and D3. RGB value is (155,241,211). Sum of RGB (Red+Green+Blue) = 155+241+211=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF1D3 is #640E2C. Grayscale: #D3D3D3. Windows color (decimal): -6557229 or 13889947. OLE color: 13889947.
HSL color Cylindrical-coordinate representation of color #9BF1D3: hue angle of 159.07º 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 #9BF1D3 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 211 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.05 |
| HSL | 159.07º | 0.75% | 0.78% | - |
| HSV(B) | 159.07º | 0.36% | 0.95% | - |
| XYZ | 56.73 | 74.58 | 73.03 | - |
| YUV | 211.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 211 | 0.36 | 0 | 0.12 | 0.05 | 159.07 | 0.75 | 0.78 |
| Hex | 9B | F1 | D3 | 24 | 0 | C | 5 | 9F | 4B | 4E |
| Octal | 233 | 361 | 323 | 44 | 0 | 14 | 5 | 237 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11010011 | 100100 | 0 | 1100 | 101 | 10011111 | 1001011 | 1001110 |
Color Harmonies of #9BF1D3
Complementary color
Monochromatic Colors of #9BF1D3
Black with #9BF1D3
Text Example
Text Example
White with #9BF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1D3; }
p { color: rgb(155,241,211); }
H1.HeaderClassName
{
color: #9BF1D3;
}
.AnyTagClassName
{
color: #9BF1D3;
}
</style>
background-color css
<style>
a { background-color: #9BF1D3; }
a { background-color: rgb(155,241,211); }
div.DivClassName
{
background-color: #9BF1D3;
}
.BgClassName
{
background-color: #9BF1D3;
}
</style>
border-color css
<style>
span { border-color: #9BF1D3; }
span { border-color: rgb(155,241,211); }
td.TdClassName
{
border-color: #9BF1D3;
}
.TagClassName
{
border-color: #9BF1D3;
}
</style>