Shades of Magic Mint #9BFCCD
Tints of Magic Mint #9BFCCD
RGB
CMYK
RGB Variations
Color information
#9BFCCD (or 0x9BFCCD) is known color: Magic Mint. HEX triplet: 9B, FC and CD. RGB value is (155,252,205). Sum of RGB (Red+Green+Blue) = 155+252+205=612 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.33% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCCD is #640332. Grayscale: #D9D9D9. Windows color (decimal): -6554419 or 13499547. OLE color: 13499547.
HSL color Cylindrical-coordinate representation of color #9BFCCD: hue angle of 150.93º 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 #9BFCCD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 205 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.01 |
| HSL | 150.93º | 0.94% | 0.8% | - |
| HSV(B) | 150.93º | 0.38% | 0.99% | - |
| XYZ | 59.35 | 81 | 70.26 | - |
| YUV | 217.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 205 | 0.38 | 0 | 0.19 | 0.01 | 150.93 | 0.94 | 0.8 |
| Hex | 9B | FC | CD | 26 | 0 | 13 | 1 | 97 | 5E | 50 |
| Octal | 233 | 374 | 315 | 46 | 0 | 23 | 1 | 227 | 136 | 120 |
| Binary | 10011011 | 11111100 | 11001101 | 100110 | 0 | 10011 | 1 | 10010111 | 1011110 | 1010000 |
Color Harmonies of #9BFCCD
Complementary color
Monochromatic Colors of #9BFCCD
Black with #9BFCCD
Text Example
Text Example
White with #9BFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCCD; }
p { color: rgb(155,252,205); }
H1.HeaderClassName
{
color: #9BFCCD;
}
.AnyTagClassName
{
color: #9BFCCD;
}
</style>
background-color css
<style>
a { background-color: #9BFCCD; }
a { background-color: rgb(155,252,205); }
div.DivClassName
{
background-color: #9BFCCD;
}
.BgClassName
{
background-color: #9BFCCD;
}
</style>
border-color css
<style>
span { border-color: #9BFCCD; }
span { border-color: rgb(155,252,205); }
td.TdClassName
{
border-color: #9BFCCD;
}
.TagClassName
{
border-color: #9BFCCD;
}
</style>