Shades of Chinook #9BE2AF
Tints of Chinook #9BE2AF
RGB
CMYK
RGB Variations
Color information
#9BE2AF (or 0x9BE2AF) is known color: Chinook. HEX triplet: 9B, E2 and AF. RGB value is (155,226,175). Sum of RGB (Red+Green+Blue) = 155+226+175=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BE2AF is #641D50. Grayscale: #C7C7C7. Windows color (decimal): -6561105 or 11526811. OLE color: 11526811.
HSL color Cylindrical-coordinate representation of color #9BE2AF: hue angle of 136.9º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE2AF is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 155 | 226 | 175 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.11 |
| HSL | 136.9º | 0.55% | 0.75% | - |
| HSV(B) | 136.9º | 0.31% | 0.89% | - |
| XYZ | 48.45 | 64.46 | 50.45 | - |
| YUV | 198.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 226 | 175 | 0.31 | 0 | 0.23 | 0.11 | 136.9 | 0.55 | 0.75 |
| Hex | 9B | E2 | AF | 1F | 0 | 17 | B | 89 | 37 | 4B |
| Octal | 233 | 342 | 257 | 37 | 0 | 27 | 13 | 211 | 67 | 113 |
| Binary | 10011011 | 11100010 | 10101111 | 11111 | 0 | 10111 | 1011 | 10001001 | 110111 | 1001011 |
Color Harmonies of #9BE2AF
Complementary color
Monochromatic Colors of #9BE2AF
Black with #9BE2AF
Text Example
Text Example
White with #9BE2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE2AF; }
p { color: rgb(155,226,175); }
H1.HeaderClassName
{
color: #9BE2AF;
}
.AnyTagClassName
{
color: #9BE2AF;
}
</style>
background-color css
<style>
a { background-color: #9BE2AF; }
a { background-color: rgb(155,226,175); }
div.DivClassName
{
background-color: #9BE2AF;
}
.BgClassName
{
background-color: #9BE2AF;
}
</style>
border-color css
<style>
span { border-color: #9BE2AF; }
span { border-color: rgb(155,226,175); }
td.TdClassName
{
border-color: #9BE2AF;
}
.TagClassName
{
border-color: #9BE2AF;
}
</style>