Shades of Chinook #9BD4AB
Tints of Chinook #9BD4AB
RGB
CMYK
RGB Variations
Color information
#9BD4AB (or 0x9BD4AB) is known color: Chinook. HEX triplet: 9B, D4 and AB. RGB value is (155,212,171). Sum of RGB (Red+Green+Blue) = 155+212+171=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD4AB is #642B54. Grayscale: #BEBEBE. Windows color (decimal): -6564693 or 11261083. OLE color: 11261083.
HSL color Cylindrical-coordinate representation of color #9BD4AB: hue angle of 136.84º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD4AB is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 171 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.17 |
| HSL | 136.84º | 0.4% | 0.72% | - |
| HSV(B) | 136.84º | 0.27% | 0.83% | - |
| XYZ | 44.41 | 57 | 47.19 | - |
| YUV | 190.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 171 | 0.27 | 0 | 0.19 | 0.17 | 136.84 | 0.4 | 0.72 |
| Hex | 9B | D4 | AB | 1B | 0 | 13 | 11 | 89 | 28 | 48 |
| Octal | 233 | 324 | 253 | 33 | 0 | 23 | 21 | 211 | 50 | 110 |
| Binary | 10011011 | 11010100 | 10101011 | 11011 | 0 | 10011 | 10001 | 10001001 | 101000 | 1001000 |
Color Harmonies of #9BD4AB
Complementary color
Monochromatic Colors of #9BD4AB
Black with #9BD4AB
Text Example
Text Example
White with #9BD4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD4AB; }
p { color: rgb(155,212,171); }
H1.HeaderClassName
{
color: #9BD4AB;
}
.AnyTagClassName
{
color: #9BD4AB;
}
</style>
background-color css
<style>
a { background-color: #9BD4AB; }
a { background-color: rgb(155,212,171); }
div.DivClassName
{
background-color: #9BD4AB;
}
.BgClassName
{
background-color: #9BD4AB;
}
</style>
border-color css
<style>
span { border-color: #9BD4AB; }
span { border-color: rgb(155,212,171); }
td.TdClassName
{
border-color: #9BD4AB;
}
.TagClassName
{
border-color: #9BD4AB;
}
</style>