Shades of Magic Mint #9BFAD6
Tints of Magic Mint #9BFAD6
RGB
CMYK
RGB Variations
Color information
#9BFAD6 (or 0x9BFAD6) is known color: Magic Mint. HEX triplet: 9B, FA and D6. RGB value is (155,250,214). Sum of RGB (Red+Green+Blue) = 155+250+214=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAD6 is #640529. Grayscale: #D9D9D9. Windows color (decimal): -6554922 or 14088859. OLE color: 14088859.
HSL color Cylindrical-coordinate representation of color #9BFAD6: hue angle of 157.26º 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 #9BFAD6 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 214 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.02 |
| HSL | 157.26º | 0.9% | 0.79% | - |
| HSV(B) | 157.26º | 0.38% | 0.98% | - |
| XYZ | 59.84 | 80.19 | 75.94 | - |
| YUV | 217.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 214 | 0.38 | 0 | 0.14 | 0.02 | 157.26 | 0.9 | 0.79 |
| Hex | 9B | FA | D6 | 26 | 0 | E | 2 | 9D | 5A | 4F |
| Octal | 233 | 372 | 326 | 46 | 0 | 16 | 2 | 235 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11010110 | 100110 | 0 | 1110 | 10 | 10011101 | 1011010 | 1001111 |
Color Harmonies of #9BFAD6
Complementary color
Monochromatic Colors of #9BFAD6
Black with #9BFAD6
Text Example
Text Example
White with #9BFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAD6; }
p { color: rgb(155,250,214); }
H1.HeaderClassName
{
color: #9BFAD6;
}
.AnyTagClassName
{
color: #9BFAD6;
}
</style>
background-color css
<style>
a { background-color: #9BFAD6; }
a { background-color: rgb(155,250,214); }
div.DivClassName
{
background-color: #9BFAD6;
}
.BgClassName
{
background-color: #9BFAD6;
}
</style>
border-color css
<style>
span { border-color: #9BFAD6; }
span { border-color: rgb(155,250,214); }
td.TdClassName
{
border-color: #9BFAD6;
}
.TagClassName
{
border-color: #9BFAD6;
}
</style>