Shades of Magic Mint #9BF9DB
Tints of Magic Mint #9BF9DB
RGB
CMYK
RGB Variations
Color information
#9BF9DB (or 0x9BF9DB) is known color: Magic Mint. HEX triplet: 9B, F9 and DB. RGB value is (155,249,219). Sum of RGB (Red+Green+Blue) = 155+249+219=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF9DB is #640624. Grayscale: #D9D9D9. Windows color (decimal): -6555173 or 14416283. OLE color: 14416283.
HSL color Cylindrical-coordinate representation of color #9BF9DB: hue angle of 160.85º 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 #9BF9DB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 219 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.85º | 0.89% | 0.79% | - |
| HSV(B) | 160.85º | 0.38% | 0.98% | - |
| XYZ | 60.18 | 79.83 | 79.26 | - |
| YUV | 217.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 219 | 0.38 | 0 | 0.12 | 0.02 | 160.85 | 0.89 | 0.79 |
| Hex | 9B | F9 | DB | 26 | 0 | C | 2 | A1 | 59 | 4F |
| Octal | 233 | 371 | 333 | 46 | 0 | 14 | 2 | 241 | 131 | 117 |
| Binary | 10011011 | 11111001 | 11011011 | 100110 | 0 | 1100 | 10 | 10100001 | 1011001 | 1001111 |
Color Harmonies of #9BF9DB
Complementary color
Monochromatic Colors of #9BF9DB
Black with #9BF9DB
Text Example
Text Example
White with #9BF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9DB; }
p { color: rgb(155,249,219); }
H1.HeaderClassName
{
color: #9BF9DB;
}
.AnyTagClassName
{
color: #9BF9DB;
}
</style>
background-color css
<style>
a { background-color: #9BF9DB; }
a { background-color: rgb(155,249,219); }
div.DivClassName
{
background-color: #9BF9DB;
}
.BgClassName
{
background-color: #9BF9DB;
}
</style>
border-color css
<style>
span { border-color: #9BF9DB; }
span { border-color: rgb(155,249,219); }
td.TdClassName
{
border-color: #9BF9DB;
}
.TagClassName
{
border-color: #9BF9DB;
}
</style>