Shades of Chinook #9BE6AC
Tints of Chinook #9BE6AC
RGB
CMYK
RGB Variations
Color information
#9BE6AC (or 0x9BE6AC) is known color: Chinook. HEX triplet: 9B, E6 and AC. RGB value is (155,230,172). Sum of RGB (Red+Green+Blue) = 155+230+172=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE6AC is #641953. Grayscale: #C9C9C9. Windows color (decimal): -6560084 or 11331227. OLE color: 11331227.
HSL color Cylindrical-coordinate representation of color #9BE6AC: hue angle of 133.6º 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 #9BE6AC is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 172 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.10 |
| HSL | 133.6º | 0.6% | 0.75% | - |
| HSV(B) | 133.6º | 0.33% | 0.9% | - |
| XYZ | 49.26 | 66.54 | 49.28 | - |
| YUV | 200.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 172 | 0.33 | 0 | 0.25 | 0.10 | 133.6 | 0.6 | 0.75 |
| Hex | 9B | E6 | AC | 21 | 0 | 19 | A | 86 | 3C | 4B |
| Octal | 233 | 346 | 254 | 41 | 0 | 31 | 12 | 206 | 74 | 113 |
| Binary | 10011011 | 11100110 | 10101100 | 100001 | 0 | 11001 | 1010 | 10000110 | 111100 | 1001011 |
Color Harmonies of #9BE6AC
Complementary color
Monochromatic Colors of #9BE6AC
Black with #9BE6AC
Text Example
Text Example
White with #9BE6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6AC; }
p { color: rgb(155,230,172); }
H1.HeaderClassName
{
color: #9BE6AC;
}
.AnyTagClassName
{
color: #9BE6AC;
}
</style>
background-color css
<style>
a { background-color: #9BE6AC; }
a { background-color: rgb(155,230,172); }
div.DivClassName
{
background-color: #9BE6AC;
}
.BgClassName
{
background-color: #9BE6AC;
}
</style>
border-color css
<style>
span { border-color: #9BE6AC; }
span { border-color: rgb(155,230,172); }
td.TdClassName
{
border-color: #9BE6AC;
}
.TagClassName
{
border-color: #9BE6AC;
}
</style>