Shades of Chinook #9BE0AE
Tints of Chinook #9BE0AE
RGB
CMYK
RGB Variations
Color information
#9BE0AE (or 0x9BE0AE) is known color: Chinook. HEX triplet: 9B, E0 and AE. RGB value is (155,224,174). Sum of RGB (Red+Green+Blue) = 155+224+174=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE0AE is #641F51. Grayscale: #C5C5C5. Windows color (decimal): -6561618 or 11460763. OLE color: 11460763.
HSL color Cylindrical-coordinate representation of color #9BE0AE: hue angle of 136.52º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0AE is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 174 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.12 |
| HSL | 136.52º | 0.53% | 0.74% | - |
| HSV(B) | 136.52º | 0.31% | 0.88% | - |
| XYZ | 47.81 | 63.34 | 49.75 | - |
| YUV | 197.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 174 | 0.31 | 0 | 0.22 | 0.12 | 136.52 | 0.53 | 0.74 |
| Hex | 9B | E0 | AE | 1F | 0 | 16 | C | 89 | 35 | 4A |
| Octal | 233 | 340 | 256 | 37 | 0 | 26 | 14 | 211 | 65 | 112 |
| Binary | 10011011 | 11100000 | 10101110 | 11111 | 0 | 10110 | 1100 | 10001001 | 110101 | 1001010 |
Color Harmonies of #9BE0AE
Complementary color
Monochromatic Colors of #9BE0AE
Black with #9BE0AE
Text Example
Text Example
White with #9BE0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0AE; }
p { color: rgb(155,224,174); }
H1.HeaderClassName
{
color: #9BE0AE;
}
.AnyTagClassName
{
color: #9BE0AE;
}
</style>
background-color css
<style>
a { background-color: #9BE0AE; }
a { background-color: rgb(155,224,174); }
div.DivClassName
{
background-color: #9BE0AE;
}
.BgClassName
{
background-color: #9BE0AE;
}
</style>
border-color css
<style>
span { border-color: #9BE0AE; }
span { border-color: rgb(155,224,174); }
td.TdClassName
{
border-color: #9BE0AE;
}
.TagClassName
{
border-color: #9BE0AE;
}
</style>