Shades of Magic Mint #9BFFD5
Tints of Magic Mint #9BFFD5
RGB
CMYK
RGB Variations
Color information
#9BFFD5 (or 0x9BFFD5) is known color: Magic Mint. HEX triplet: 9B, FF and D5. RGB value is (155,255,213). Sum of RGB (Red+Green+Blue) = 155+255+213=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFD5 is #64002A. Grayscale: #DCDCDC. Windows color (decimal): -6553643 or 14024603. OLE color: 14024603.
HSL color Cylindrical-coordinate representation of color #9BFFD5: hue angle of 154.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFD5 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 213 | - |
| CMYK | 0.39 | 0 | 0.16 | 0 |
| HSL | 154.8º | 1% | 0.8% | - |
| HSV(B) | 154.8º | 0.39% | 1% | - |
| XYZ | 61.29 | 83.29 | 75.8 | - |
| YUV | 220.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 213 | 0.39 | 0 | 0.16 | 0 | 154.8 | 1 | 0.8 |
| Hex | 9B | FF | D5 | 27 | 0 | 10 | 0 | 9B | 64 | 50 |
| Octal | 233 | 377 | 325 | 47 | 0 | 20 | 0 | 233 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11010101 | 100111 | 0 | 10000 | 0 | 10011011 | 1100100 | 1010000 |
Color Harmonies of #9BFFD5
Complementary color
Monochromatic Colors of #9BFFD5
Black with #9BFFD5
Text Example
Text Example
White with #9BFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFD5; }
p { color: rgb(155,255,213); }
H1.HeaderClassName
{
color: #9BFFD5;
}
.AnyTagClassName
{
color: #9BFFD5;
}
</style>
background-color css
<style>
a { background-color: #9BFFD5; }
a { background-color: rgb(155,255,213); }
div.DivClassName
{
background-color: #9BFFD5;
}
.BgClassName
{
background-color: #9BFFD5;
}
</style>
border-color css
<style>
span { border-color: #9BFFD5; }
span { border-color: rgb(155,255,213); }
td.TdClassName
{
border-color: #9BFFD5;
}
.TagClassName
{
border-color: #9BFFD5;
}
</style>