Shades of Magic Mint #9BEECD
Tints of Magic Mint #9BEECD
RGB
CMYK
RGB Variations
Color information
#9BEECD (or 0x9BEECD) is known color: Magic Mint. HEX triplet: 9B, EE and CD. RGB value is (155,238,205). Sum of RGB (Red+Green+Blue) = 155+238+205=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEECD is #641132. Grayscale: #D1D1D1. Windows color (decimal): -6558003 or 13495963. OLE color: 13495963.
HSL color Cylindrical-coordinate representation of color #9BEECD: hue angle of 156.14º 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 #9BEECD is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 205 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.07 |
| HSL | 156.14º | 0.71% | 0.77% | - |
| HSV(B) | 156.14º | 0.35% | 0.93% | - |
| XYZ | 55.11 | 72.53 | 68.85 | - |
| YUV | 209.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 205 | 0.35 | 0 | 0.14 | 0.07 | 156.14 | 0.71 | 0.77 |
| Hex | 9B | EE | CD | 23 | 0 | E | 7 | 9C | 47 | 4D |
| Octal | 233 | 356 | 315 | 43 | 0 | 16 | 7 | 234 | 107 | 115 |
| Binary | 10011011 | 11101110 | 11001101 | 100011 | 0 | 1110 | 111 | 10011100 | 1000111 | 1001101 |
Color Harmonies of #9BEECD
Complementary color
Monochromatic Colors of #9BEECD
Black with #9BEECD
Text Example
Text Example
White with #9BEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEECD; }
p { color: rgb(155,238,205); }
H1.HeaderClassName
{
color: #9BEECD;
}
.AnyTagClassName
{
color: #9BEECD;
}
</style>
background-color css
<style>
a { background-color: #9BEECD; }
a { background-color: rgb(155,238,205); }
div.DivClassName
{
background-color: #9BEECD;
}
.BgClassName
{
background-color: #9BEECD;
}
</style>
border-color css
<style>
span { border-color: #9BEECD; }
span { border-color: rgb(155,238,205); }
td.TdClassName
{
border-color: #9BEECD;
}
.TagClassName
{
border-color: #9BEECD;
}
</style>