Shades of Magic Mint #9BE6CD
Tints of Magic Mint #9BE6CD
RGB
CMYK
RGB Variations
Color information
#9BE6CD (or 0x9BE6CD) is known color: Magic Mint. HEX triplet: 9B, E6 and CD. RGB value is (155,230,205). Sum of RGB (Red+Green+Blue) = 155+230+205=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6CD is #641932. Grayscale: #CCCCCC. Windows color (decimal): -6560051 or 13493915. OLE color: 13493915.
HSL color Cylindrical-coordinate representation of color #9BE6CD: hue angle of 160º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6CD is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 205 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.10 |
| HSL | 160º | 0.6% | 0.75% | - |
| HSV(B) | 160º | 0.33% | 0.9% | - |
| XYZ | 52.83 | 67.97 | 68.09 | - |
| YUV | 204.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 205 | 0.33 | 0 | 0.11 | 0.10 | 160 | 0.6 | 0.75 |
| Hex | 9B | E6 | CD | 21 | 0 | B | A | A0 | 3C | 4B |
| Octal | 233 | 346 | 315 | 41 | 0 | 13 | 12 | 240 | 74 | 113 |
| Binary | 10011011 | 11100110 | 11001101 | 100001 | 0 | 1011 | 1010 | 10100000 | 111100 | 1001011 |
Color Harmonies of #9BE6CD
Complementary color
Monochromatic Colors of #9BE6CD
Black with #9BE6CD
Text Example
Text Example
White with #9BE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6CD; }
p { color: rgb(155,230,205); }
H1.HeaderClassName
{
color: #9BE6CD;
}
.AnyTagClassName
{
color: #9BE6CD;
}
</style>
background-color css
<style>
a { background-color: #9BE6CD; }
a { background-color: rgb(155,230,205); }
div.DivClassName
{
background-color: #9BE6CD;
}
.BgClassName
{
background-color: #9BE6CD;
}
</style>
border-color css
<style>
span { border-color: #9BE6CD; }
span { border-color: rgb(155,230,205); }
td.TdClassName
{
border-color: #9BE6CD;
}
.TagClassName
{
border-color: #9BE6CD;
}
</style>