Shades of Magic Mint #9BFADB
Tints of Magic Mint #9BFADB
RGB
CMYK
RGB Variations
Color information
#9BFADB (or 0x9BFADB) is known color: Magic Mint. HEX triplet: 9B, FA and DB. RGB value is (155,250,219). Sum of RGB (Red+Green+Blue) = 155+250+219=624 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.84% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFADB is #640524. Grayscale: #DADADA. Windows color (decimal): -6554917 or 14416539. OLE color: 14416539.
HSL color Cylindrical-coordinate representation of color #9BFADB: hue angle of 160.42º degrees, saturation: 0.9, 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 #9BFADB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 219 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 160.42º | 0.9% | 0.79% | - |
| HSV(B) | 160.42º | 0.38% | 0.98% | - |
| XYZ | 60.49 | 80.45 | 79.36 | - |
| YUV | 218.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 219 | 0.38 | 0 | 0.12 | 0.02 | 160.42 | 0.9 | 0.79 |
| Hex | 9B | FA | DB | 26 | 0 | C | 2 | A0 | 5A | 4F |
| Octal | 233 | 372 | 333 | 46 | 0 | 14 | 2 | 240 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11011011 | 100110 | 0 | 1100 | 10 | 10100000 | 1011010 | 1001111 |
Color Harmonies of #9BFADB
Complementary color
Monochromatic Colors of #9BFADB
Black with #9BFADB
Text Example
Text Example
White with #9BFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFADB; }
p { color: rgb(155,250,219); }
H1.HeaderClassName
{
color: #9BFADB;
}
.AnyTagClassName
{
color: #9BFADB;
}
</style>
background-color css
<style>
a { background-color: #9BFADB; }
a { background-color: rgb(155,250,219); }
div.DivClassName
{
background-color: #9BFADB;
}
.BgClassName
{
background-color: #9BFADB;
}
</style>
border-color css
<style>
span { border-color: #9BFADB; }
span { border-color: rgb(155,250,219); }
td.TdClassName
{
border-color: #9BFADB;
}
.TagClassName
{
border-color: #9BFADB;
}
</style>