Shades of Magic Mint #9BFBDA
Tints of Magic Mint #9BFBDA
RGB
CMYK
RGB Variations
Color information
#9BFBDA (or 0x9BFBDA) is known color: Magic Mint. HEX triplet: 9B, FB and DA. RGB value is (155,251,218). Sum of RGB (Red+Green+Blue) = 155+251+218=624 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.84% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBDA is #640425. Grayscale: #DADADA. Windows color (decimal): -6554662 or 14351259. OLE color: 14351259.
HSL color Cylindrical-coordinate representation of color #9BFBDA: hue angle of 159.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBDA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 218 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.02 |
| HSL | 159.38º | 0.92% | 0.8% | - |
| HSV(B) | 159.38º | 0.38% | 0.98% | - |
| XYZ | 60.67 | 81.02 | 78.77 | - |
| YUV | 218.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 218 | 0.38 | 0 | 0.13 | 0.02 | 159.38 | 0.92 | 0.8 |
| Hex | 9B | FB | DA | 26 | 0 | D | 2 | 9F | 5C | 50 |
| Octal | 233 | 373 | 332 | 46 | 0 | 15 | 2 | 237 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11011010 | 100110 | 0 | 1101 | 10 | 10011111 | 1011100 | 1010000 |
Color Harmonies of #9BFBDA
Complementary color
Monochromatic Colors of #9BFBDA
Black with #9BFBDA
Text Example
Text Example
White with #9BFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBDA; }
p { color: rgb(155,251,218); }
H1.HeaderClassName
{
color: #9BFBDA;
}
.AnyTagClassName
{
color: #9BFBDA;
}
</style>
background-color css
<style>
a { background-color: #9BFBDA; }
a { background-color: rgb(155,251,218); }
div.DivClassName
{
background-color: #9BFBDA;
}
.BgClassName
{
background-color: #9BFBDA;
}
</style>
border-color css
<style>
span { border-color: #9BFBDA; }
span { border-color: rgb(155,251,218); }
td.TdClassName
{
border-color: #9BFBDA;
}
.TagClassName
{
border-color: #9BFBDA;
}
</style>