Shades of Chinook #9BE5AE
Tints of Chinook #9BE5AE
RGB
CMYK
RGB Variations
Color information
#9BE5AE (or 0x9BE5AE) is known color: Chinook. HEX triplet: 9B, E5 and AE. RGB value is (155,229,174). Sum of RGB (Red+Green+Blue) = 155+229+174=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE5AE is #641A51. Grayscale: #C8C8C8. Windows color (decimal): -6560338 or 11462043. OLE color: 11462043.
HSL color Cylindrical-coordinate representation of color #9BE5AE: hue angle of 135.41º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BE5AE is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 174 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.10 |
| HSL | 135.41º | 0.59% | 0.75% | - |
| HSV(B) | 135.41º | 0.32% | 0.9% | - |
| XYZ | 49.18 | 66.06 | 50.2 | - |
| YUV | 200.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 174 | 0.32 | 0 | 0.24 | 0.10 | 135.41 | 0.59 | 0.75 |
| Hex | 9B | E5 | AE | 20 | 0 | 18 | A | 87 | 3B | 4B |
| Octal | 233 | 345 | 256 | 40 | 0 | 30 | 12 | 207 | 73 | 113 |
| Binary | 10011011 | 11100101 | 10101110 | 100000 | 0 | 11000 | 1010 | 10000111 | 111011 | 1001011 |
Color Harmonies of #9BE5AE
Complementary color
Monochromatic Colors of #9BE5AE
Black with #9BE5AE
Text Example
Text Example
White with #9BE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE5AE; }
p { color: rgb(155,229,174); }
H1.HeaderClassName
{
color: #9BE5AE;
}
.AnyTagClassName
{
color: #9BE5AE;
}
</style>
background-color css
<style>
a { background-color: #9BE5AE; }
a { background-color: rgb(155,229,174); }
div.DivClassName
{
background-color: #9BE5AE;
}
.BgClassName
{
background-color: #9BE5AE;
}
</style>
border-color css
<style>
span { border-color: #9BE5AE; }
span { border-color: rgb(155,229,174); }
td.TdClassName
{
border-color: #9BE5AE;
}
.TagClassName
{
border-color: #9BE5AE;
}
</style>