Shades of Chinook #9BE7AC
Tints of Chinook #9BE7AC
RGB
CMYK
RGB Variations
Color information
#9BE7AC (or 0x9BE7AC) is known color: Chinook. HEX triplet: 9B, E7 and AC. RGB value is (155,231,172). Sum of RGB (Red+Green+Blue) = 155+231+172=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE7AC is #641853. Grayscale: #C9C9C9. Windows color (decimal): -6559828 or 11331483. OLE color: 11331483.
HSL color Cylindrical-coordinate representation of color #9BE7AC: hue angle of 133.42º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7AC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 172 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.09 |
| HSL | 133.42º | 0.61% | 0.76% | - |
| HSV(B) | 133.42º | 0.33% | 0.91% | - |
| XYZ | 49.54 | 67.1 | 49.37 | - |
| YUV | 201.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 172 | 0.33 | 0 | 0.26 | 0.09 | 133.42 | 0.61 | 0.76 |
| Hex | 9B | E7 | AC | 21 | 0 | 1A | 9 | 85 | 3D | 4C |
| Octal | 233 | 347 | 254 | 41 | 0 | 32 | 11 | 205 | 75 | 114 |
| Binary | 10011011 | 11100111 | 10101100 | 100001 | 0 | 11010 | 1001 | 10000101 | 111101 | 1001100 |
Color Harmonies of #9BE7AC
Complementary color
Monochromatic Colors of #9BE7AC
Black with #9BE7AC
Text Example
Text Example
White with #9BE7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7AC; }
p { color: rgb(155,231,172); }
H1.HeaderClassName
{
color: #9BE7AC;
}
.AnyTagClassName
{
color: #9BE7AC;
}
</style>
background-color css
<style>
a { background-color: #9BE7AC; }
a { background-color: rgb(155,231,172); }
div.DivClassName
{
background-color: #9BE7AC;
}
.BgClassName
{
background-color: #9BE7AC;
}
</style>
border-color css
<style>
span { border-color: #9BE7AC; }
span { border-color: rgb(155,231,172); }
td.TdClassName
{
border-color: #9BE7AC;
}
.TagClassName
{
border-color: #9BE7AC;
}
</style>