Shades of Magic Mint #9BFDDC
Tints of Magic Mint #9BFDDC
RGB
CMYK
RGB Variations
Color information
#9BFDDC (or 0x9BFDDC) is known color: Magic Mint. HEX triplet: 9B, FD and DC. RGB value is (155,253,220). Sum of RGB (Red+Green+Blue) = 155+253+220=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDDC is #640223. Grayscale: #DBDBDB. Windows color (decimal): -6554148 or 14482843. OLE color: 14482843.
HSL color Cylindrical-coordinate representation of color #9BFDDC: hue angle of 159.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDDC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 220 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.01 |
| HSL | 159.8º | 0.96% | 0.8% | - |
| HSV(B) | 159.8º | 0.39% | 0.99% | - |
| XYZ | 61.56 | 82.39 | 80.37 | - |
| YUV | 219.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 220 | 0.39 | 0 | 0.13 | 0.01 | 159.8 | 0.96 | 0.8 |
| Hex | 9B | FD | DC | 27 | 0 | D | 1 | A0 | 60 | 50 |
| Octal | 233 | 375 | 334 | 47 | 0 | 15 | 1 | 240 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11011100 | 100111 | 0 | 1101 | 1 | 10100000 | 1100000 | 1010000 |
Color Harmonies of #9BFDDC
Complementary color
Monochromatic Colors of #9BFDDC
Black with #9BFDDC
Text Example
Text Example
White with #9BFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDDC; }
p { color: rgb(155,253,220); }
H1.HeaderClassName
{
color: #9BFDDC;
}
.AnyTagClassName
{
color: #9BFDDC;
}
</style>
background-color css
<style>
a { background-color: #9BFDDC; }
a { background-color: rgb(155,253,220); }
div.DivClassName
{
background-color: #9BFDDC;
}
.BgClassName
{
background-color: #9BFDDC;
}
</style>
border-color css
<style>
span { border-color: #9BFDDC; }
span { border-color: rgb(155,253,220); }
td.TdClassName
{
border-color: #9BFDDC;
}
.TagClassName
{
border-color: #9BFDDC;
}
</style>