Shades of Magic Mint #9BEECE
Tints of Magic Mint #9BEECE
RGB
CMYK
RGB Variations
Color information
#9BEECE (or 0x9BEECE) is known color: Magic Mint. HEX triplet: 9B, EE and CE. RGB value is (155,238,206). Sum of RGB (Red+Green+Blue) = 155+238+206=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEECE is #641131. Grayscale: #D1D1D1. Windows color (decimal): -6558002 or 13561499. OLE color: 13561499.
HSL color Cylindrical-coordinate representation of color #9BEECE: hue angle of 156.87º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEECE is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 206 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.07 |
| HSL | 156.87º | 0.71% | 0.77% | - |
| HSV(B) | 156.87º | 0.35% | 0.93% | - |
| XYZ | 55.23 | 72.57 | 69.49 | - |
| YUV | 209.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 206 | 0.35 | 0 | 0.13 | 0.07 | 156.87 | 0.71 | 0.77 |
| Hex | 9B | EE | CE | 23 | 0 | D | 7 | 9D | 47 | 4D |
| Octal | 233 | 356 | 316 | 43 | 0 | 15 | 7 | 235 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11001110 | 100011 | 0 | 1101 | 111 | 10011101 | 1000111 | 1001101 |
Color Harmonies of #9BEECE
Complementary color
Monochromatic Colors of #9BEECE
Black with #9BEECE
Text Example
Text Example
White with #9BEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEECE; }
p { color: rgb(155,238,206); }
H1.HeaderClassName
{
color: #9BEECE;
}
.AnyTagClassName
{
color: #9BEECE;
}
</style>
background-color css
<style>
a { background-color: #9BEECE; }
a { background-color: rgb(155,238,206); }
div.DivClassName
{
background-color: #9BEECE;
}
.BgClassName
{
background-color: #9BEECE;
}
</style>
border-color css
<style>
span { border-color: #9BEECE; }
span { border-color: rgb(155,238,206); }
td.TdClassName
{
border-color: #9BEECE;
}
.TagClassName
{
border-color: #9BEECE;
}
</style>