Shades of Magic Mint #9BE7CF
Tints of Magic Mint #9BE7CF
RGB
CMYK
RGB Variations
Color information
#9BE7CF (or 0x9BE7CF) is known color: Magic Mint. HEX triplet: 9B, E7 and CF. RGB value is (155,231,207). Sum of RGB (Red+Green+Blue) = 155+231+207=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7CF is #641830. Grayscale: #CDCDCD. Windows color (decimal): -6559793 or 13625243. OLE color: 13625243.
HSL color Cylindrical-coordinate representation of color #9BE7CF: hue angle of 161.05º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7CF is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 207 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.09 |
| HSL | 161.05º | 0.61% | 0.76% | - |
| HSV(B) | 161.05º | 0.33% | 0.91% | - |
| XYZ | 53.36 | 68.63 | 69.47 | - |
| YUV | 205.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 207 | 0.33 | 0 | 0.10 | 0.09 | 161.05 | 0.61 | 0.76 |
| Hex | 9B | E7 | CF | 21 | 0 | A | 9 | A1 | 3D | 4C |
| Octal | 233 | 347 | 317 | 41 | 0 | 12 | 11 | 241 | 75 | 114 |
| Binary | 10011011 | 11100111 | 11001111 | 100001 | 0 | 1010 | 1001 | 10100001 | 111101 | 1001100 |
Color Harmonies of #9BE7CF
Complementary color
Monochromatic Colors of #9BE7CF
Black with #9BE7CF
Text Example
Text Example
White with #9BE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7CF; }
p { color: rgb(155,231,207); }
H1.HeaderClassName
{
color: #9BE7CF;
}
.AnyTagClassName
{
color: #9BE7CF;
}
</style>
background-color css
<style>
a { background-color: #9BE7CF; }
a { background-color: rgb(155,231,207); }
div.DivClassName
{
background-color: #9BE7CF;
}
.BgClassName
{
background-color: #9BE7CF;
}
</style>
border-color css
<style>
span { border-color: #9BE7CF; }
span { border-color: rgb(155,231,207); }
td.TdClassName
{
border-color: #9BE7CF;
}
.TagClassName
{
border-color: #9BE7CF;
}
</style>