Shades of Magic Mint #9BFCDF
Tints of Magic Mint #9BFCDF
RGB
CMYK
RGB Variations
Color information
#9BFCDF (or 0x9BFCDF) is known color: Magic Mint. HEX triplet: 9B, FC and DF. RGB value is (155,252,223). Sum of RGB (Red+Green+Blue) = 155+252+223=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCDF is #640320. Grayscale: #DBDBDB. Windows color (decimal): -6554401 or 14679195. OLE color: 14679195.
HSL color Cylindrical-coordinate representation of color #9BFCDF: hue angle of 162.06º 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 #9BFCDF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 223 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.01 |
| HSL | 162.06º | 0.94% | 0.8% | - |
| HSV(B) | 162.06º | 0.38% | 0.99% | - |
| XYZ | 61.65 | 81.92 | 82.37 | - |
| YUV | 219.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 223 | 0.38 | 0 | 0.12 | 0.01 | 162.06 | 0.94 | 0.8 |
| Hex | 9B | FC | DF | 26 | 0 | C | 1 | A2 | 5E | 50 |
| Octal | 233 | 374 | 337 | 46 | 0 | 14 | 1 | 242 | 136 | 120 |
| Binary | 10011011 | 11111100 | 11011111 | 100110 | 0 | 1100 | 1 | 10100010 | 1011110 | 1010000 |
Color Harmonies of #9BFCDF
Complementary color
Monochromatic Colors of #9BFCDF
Black with #9BFCDF
Text Example
Text Example
White with #9BFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCDF; }
p { color: rgb(155,252,223); }
H1.HeaderClassName
{
color: #9BFCDF;
}
.AnyTagClassName
{
color: #9BFCDF;
}
</style>
background-color css
<style>
a { background-color: #9BFCDF; }
a { background-color: rgb(155,252,223); }
div.DivClassName
{
background-color: #9BFCDF;
}
.BgClassName
{
background-color: #9BFCDF;
}
</style>
border-color css
<style>
span { border-color: #9BFCDF; }
span { border-color: rgb(155,252,223); }
td.TdClassName
{
border-color: #9BFCDF;
}
.TagClassName
{
border-color: #9BFCDF;
}
</style>