Shades of Magic Mint #9BF7CE
Tints of Magic Mint #9BF7CE
RGB
CMYK
RGB Variations
Color information
#9BF7CE (or 0x9BF7CE) is known color: Magic Mint. HEX triplet: 9B, F7 and CE. RGB value is (155,247,206). Sum of RGB (Red+Green+Blue) = 155+247+206=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7CE is #640831. Grayscale: #D6D6D6. Windows color (decimal): -6555698 or 13563803. OLE color: 13563803.
HSL color Cylindrical-coordinate representation of color #9BF7CE: hue angle of 153.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7CE is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 206 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.03 |
| HSL | 153.26º | 0.85% | 0.79% | - |
| HSV(B) | 153.26º | 0.37% | 0.97% | - |
| XYZ | 57.92 | 77.95 | 70.39 | - |
| YUV | 214.82 | 123.02 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 206 | 0.37 | 0 | 0.17 | 0.03 | 153.26 | 0.85 | 0.79 |
| Hex | 9B | F7 | CE | 25 | 0 | 11 | 3 | 99 | 55 | 4F |
| Octal | 233 | 367 | 316 | 45 | 0 | 21 | 3 | 231 | 125 | 117 |
| Binary | 10011011 | 11110111 | 11001110 | 100101 | 0 | 10001 | 11 | 10011001 | 1010101 | 1001111 |
Color Harmonies of #9BF7CE
Complementary color
Monochromatic Colors of #9BF7CE
Black with #9BF7CE
Text Example
Text Example
White with #9BF7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7CE; }
p { color: rgb(155,247,206); }
H1.HeaderClassName
{
color: #9BF7CE;
}
.AnyTagClassName
{
color: #9BF7CE;
}
</style>
background-color css
<style>
a { background-color: #9BF7CE; }
a { background-color: rgb(155,247,206); }
div.DivClassName
{
background-color: #9BF7CE;
}
.BgClassName
{
background-color: #9BF7CE;
}
</style>
border-color css
<style>
span { border-color: #9BF7CE; }
span { border-color: rgb(155,247,206); }
td.TdClassName
{
border-color: #9BF7CE;
}
.TagClassName
{
border-color: #9BF7CE;
}
</style>