Shades of Magic Mint #9BFFDC
Tints of Magic Mint #9BFFDC
RGB
CMYK
RGB Variations
Color information
#9BFFDC (or 0x9BFFDC) is known color: Magic Mint. HEX triplet: 9B, FF and DC. RGB value is (155,255,220). Sum of RGB (Red+Green+Blue) = 155+255+220=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFDC is #640023. Grayscale: #DDDDDD. Windows color (decimal): -6553636 or 14483355. OLE color: 14483355.
HSL color Cylindrical-coordinate representation of color #9BFFDC: hue angle of 159º 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 #9BFFDC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 220 | - |
| CMYK | 0.39 | 0 | 0.14 | 0 |
| HSL | 159º | 1% | 0.8% | - |
| HSV(B) | 159º | 0.39% | 1% | - |
| XYZ | 62.2 | 83.66 | 80.58 | - |
| YUV | 221.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 220 | 0.39 | 0 | 0.14 | 0 | 159 | 1 | 0.8 |
| Hex | 9B | FF | DC | 27 | 0 | E | 0 | 9F | 64 | 50 |
| Octal | 233 | 377 | 334 | 47 | 0 | 16 | 0 | 237 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11011100 | 100111 | 0 | 1110 | 0 | 10011111 | 1100100 | 1010000 |
Color Harmonies of #9BFFDC
Complementary color
Monochromatic Colors of #9BFFDC
Black with #9BFFDC
Text Example
Text Example
White with #9BFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFDC; }
p { color: rgb(155,255,220); }
H1.HeaderClassName
{
color: #9BFFDC;
}
.AnyTagClassName
{
color: #9BFFDC;
}
</style>
background-color css
<style>
a { background-color: #9BFFDC; }
a { background-color: rgb(155,255,220); }
div.DivClassName
{
background-color: #9BFFDC;
}
.BgClassName
{
background-color: #9BFFDC;
}
</style>
border-color css
<style>
span { border-color: #9BFFDC; }
span { border-color: rgb(155,255,220); }
td.TdClassName
{
border-color: #9BFFDC;
}
.TagClassName
{
border-color: #9BFFDC;
}
</style>