Shades of Magic Mint #9BFDCE
Tints of Magic Mint #9BFDCE
RGB
CMYK
RGB Variations
Color information
#9BFDCE (or 0x9BFDCE) is known color: Magic Mint. HEX triplet: 9B, FD and CE. RGB value is (155,253,206). Sum of RGB (Red+Green+Blue) = 155+253+206=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDCE is #640231. Grayscale: #DADADA. Windows color (decimal): -6554162 or 13565339. OLE color: 13565339.
HSL color Cylindrical-coordinate representation of color #9BFDCE: hue angle of 151.22º 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 #9BFDCE is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 206 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.01 |
| HSL | 151.22º | 0.96% | 0.8% | - |
| HSV(B) | 151.22º | 0.39% | 0.99% | - |
| XYZ | 59.78 | 81.68 | 71.01 | - |
| YUV | 218.34 | 121.03 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 206 | 0.39 | 0 | 0.19 | 0.01 | 151.22 | 0.96 | 0.8 |
| Hex | 9B | FD | CE | 27 | 0 | 13 | 1 | 97 | 60 | 50 |
| Octal | 233 | 375 | 316 | 47 | 0 | 23 | 1 | 227 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11001110 | 100111 | 0 | 10011 | 1 | 10010111 | 1100000 | 1010000 |
Color Harmonies of #9BFDCE
Complementary color
Monochromatic Colors of #9BFDCE
Black with #9BFDCE
Text Example
Text Example
White with #9BFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDCE; }
p { color: rgb(155,253,206); }
H1.HeaderClassName
{
color: #9BFDCE;
}
.AnyTagClassName
{
color: #9BFDCE;
}
</style>
background-color css
<style>
a { background-color: #9BFDCE; }
a { background-color: rgb(155,253,206); }
div.DivClassName
{
background-color: #9BFDCE;
}
.BgClassName
{
background-color: #9BFDCE;
}
</style>
border-color css
<style>
span { border-color: #9BFDCE; }
span { border-color: rgb(155,253,206); }
td.TdClassName
{
border-color: #9BFDCE;
}
.TagClassName
{
border-color: #9BFDCE;
}
</style>