Shades of Magic Mint #9BFACB
Tints of Magic Mint #9BFACB
RGB
CMYK
RGB Variations
Color information
#9BFACB (or 0x9BFACB) is known color: Magic Mint. HEX triplet: 9B, FA and CB. RGB value is (155,250,203). Sum of RGB (Red+Green+Blue) = 155+250+203=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFACB is #640534. Grayscale: #D8D8D8. Windows color (decimal): -6554933 or 13367963. OLE color: 13367963.
HSL color Cylindrical-coordinate representation of color #9BFACB: hue angle of 150.32º 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 #9BFACB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 203 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.02 |
| HSL | 150.32º | 0.9% | 0.79% | - |
| HSV(B) | 150.32º | 0.38% | 0.98% | - |
| XYZ | 58.48 | 79.65 | 68.79 | - |
| YUV | 216.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 203 | 0.38 | 0 | 0.19 | 0.02 | 150.32 | 0.9 | 0.79 |
| Hex | 9B | FA | CB | 26 | 0 | 13 | 2 | 96 | 5A | 4F |
| Octal | 233 | 372 | 313 | 46 | 0 | 23 | 2 | 226 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11001011 | 100110 | 0 | 10011 | 10 | 10010110 | 1011010 | 1001111 |
Color Harmonies of #9BFACB
Complementary color
Monochromatic Colors of #9BFACB
Black with #9BFACB
Text Example
Text Example
White with #9BFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFACB; }
p { color: rgb(155,250,203); }
H1.HeaderClassName
{
color: #9BFACB;
}
.AnyTagClassName
{
color: #9BFACB;
}
</style>
background-color css
<style>
a { background-color: #9BFACB; }
a { background-color: rgb(155,250,203); }
div.DivClassName
{
background-color: #9BFACB;
}
.BgClassName
{
background-color: #9BFACB;
}
</style>
border-color css
<style>
span { border-color: #9BFACB; }
span { border-color: rgb(155,250,203); }
td.TdClassName
{
border-color: #9BFACB;
}
.TagClassName
{
border-color: #9BFACB;
}
</style>