Shades of Chinook #9BE4AC
Tints of Chinook #9BE4AC
RGB
CMYK
RGB Variations
Color information
#9BE4AC (or 0x9BE4AC) is known color: Chinook. HEX triplet: 9B, E4 and AC. RGB value is (155,228,172). Sum of RGB (Red+Green+Blue) = 155+228+172=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE4AC is #641B53. Grayscale: #C7C7C7. Windows color (decimal): -6560596 or 11330715. OLE color: 11330715.
HSL color Cylindrical-coordinate representation of color #9BE4AC: hue angle of 133.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE4AC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 228 | 172 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.11 |
| HSL | 133.97º | 0.57% | 0.75% | - |
| HSV(B) | 133.97º | 0.32% | 0.89% | - |
| XYZ | 48.71 | 65.43 | 49.09 | - |
| YUV | 199.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 228 | 172 | 0.32 | 0 | 0.25 | 0.11 | 133.97 | 0.57 | 0.75 |
| Hex | 9B | E4 | AC | 20 | 0 | 19 | B | 86 | 39 | 4B |
| Octal | 233 | 344 | 254 | 40 | 0 | 31 | 13 | 206 | 71 | 113 |
| Binary | 10011011 | 11100100 | 10101100 | 100000 | 0 | 11001 | 1011 | 10000110 | 111001 | 1001011 |
Color Harmonies of #9BE4AC
Complementary color
Monochromatic Colors of #9BE4AC
Black with #9BE4AC
Text Example
Text Example
White with #9BE4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE4AC; }
p { color: rgb(155,228,172); }
H1.HeaderClassName
{
color: #9BE4AC;
}
.AnyTagClassName
{
color: #9BE4AC;
}
</style>
background-color css
<style>
a { background-color: #9BE4AC; }
a { background-color: rgb(155,228,172); }
div.DivClassName
{
background-color: #9BE4AC;
}
.BgClassName
{
background-color: #9BE4AC;
}
</style>
border-color css
<style>
span { border-color: #9BE4AC; }
span { border-color: rgb(155,228,172); }
td.TdClassName
{
border-color: #9BE4AC;
}
.TagClassName
{
border-color: #9BE4AC;
}
</style>