Shades of Magic Mint #9BFAB8
Tints of Magic Mint #9BFAB8
RGB
CMYK
RGB Variations
Color information
#9BFAB8 (or 0x9BFAB8) is known color: Magic Mint. HEX triplet: 9B, FA and B8. RGB value is (155,250,184). Sum of RGB (Red+Green+Blue) = 155+250+184=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAB8 is #640547. Grayscale: #D6D6D6. Windows color (decimal): -6554952 or 12122779. OLE color: 12122779.
HSL color Cylindrical-coordinate representation of color #9BFAB8: hue angle of 138.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 #9BFAB8 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 184 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.02 |
| HSL | 138.32º | 0.9% | 0.79% | - |
| HSV(B) | 138.32º | 0.38% | 0.98% | - |
| XYZ | 56.35 | 78.8 | 57.59 | - |
| YUV | 214.07 | 111.03 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 184 | 0.38 | 0 | 0.26 | 0.02 | 138.32 | 0.9 | 0.79 |
| Hex | 9B | FA | B8 | 26 | 0 | 1A | 2 | 8A | 5A | 4F |
| Octal | 233 | 372 | 270 | 46 | 0 | 32 | 2 | 212 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10111000 | 100110 | 0 | 11010 | 10 | 10001010 | 1011010 | 1001111 |
Color Harmonies of #9BFAB8
Complementary color
Monochromatic Colors of #9BFAB8
Black with #9BFAB8
Text Example
Text Example
White with #9BFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAB8; }
p { color: rgb(155,250,184); }
H1.HeaderClassName
{
color: #9BFAB8;
}
.AnyTagClassName
{
color: #9BFAB8;
}
</style>
background-color css
<style>
a { background-color: #9BFAB8; }
a { background-color: rgb(155,250,184); }
div.DivClassName
{
background-color: #9BFAB8;
}
.BgClassName
{
background-color: #9BFAB8;
}
</style>
border-color css
<style>
span { border-color: #9BFAB8; }
span { border-color: rgb(155,250,184); }
td.TdClassName
{
border-color: #9BFAB8;
}
.TagClassName
{
border-color: #9BFAB8;
}
</style>