Shades of Magic Mint #9BFCDC
Tints of Magic Mint #9BFCDC
RGB
CMYK
RGB Variations
Color information
#9BFCDC (or 0x9BFCDC) is known color: Magic Mint. HEX triplet: 9B, FC and DC. RGB value is (155,252,220). Sum of RGB (Red+Green+Blue) = 155+252+220=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCDC is #640323. Grayscale: #DBDBDB. Windows color (decimal): -6554404 or 14482587. OLE color: 14482587.
HSL color Cylindrical-coordinate representation of color #9BFCDC: hue angle of 160.21º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCDC is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 220 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.01 |
| HSL | 160.21º | 0.94% | 0.8% | - |
| HSV(B) | 160.21º | 0.38% | 0.99% | - |
| XYZ | 61.25 | 81.76 | 80.26 | - |
| YUV | 219.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 220 | 0.38 | 0 | 0.13 | 0.01 | 160.21 | 0.94 | 0.8 |
| Hex | 9B | FC | DC | 26 | 0 | D | 1 | A0 | 5E | 50 |
| Octal | 233 | 374 | 334 | 46 | 0 | 15 | 1 | 240 | 136 | 120 |
| Binary | 10011011 | 11111100 | 11011100 | 100110 | 0 | 1101 | 1 | 10100000 | 1011110 | 1010000 |
Color Harmonies of #9BFCDC
Complementary color
Monochromatic Colors of #9BFCDC
Black with #9BFCDC
Text Example
Text Example
White with #9BFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCDC; }
p { color: rgb(155,252,220); }
H1.HeaderClassName
{
color: #9BFCDC;
}
.AnyTagClassName
{
color: #9BFCDC;
}
</style>
background-color css
<style>
a { background-color: #9BFCDC; }
a { background-color: rgb(155,252,220); }
div.DivClassName
{
background-color: #9BFCDC;
}
.BgClassName
{
background-color: #9BFCDC;
}
</style>
border-color css
<style>
span { border-color: #9BFCDC; }
span { border-color: rgb(155,252,220); }
td.TdClassName
{
border-color: #9BFCDC;
}
.TagClassName
{
border-color: #9BFCDC;
}
</style>