Shades of Chinook #9BD2AC
Tints of Chinook #9BD2AC
RGB
CMYK
RGB Variations
Color information
#9BD2AC (or 0x9BD2AC) is known color: Chinook. HEX triplet: 9B, D2 and AC. RGB value is (155,210,172). Sum of RGB (Red+Green+Blue) = 155+210+172=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD2AC is #642D53. Grayscale: #BDBDBD. Windows color (decimal): -6565204 or 11326107. OLE color: 11326107.
HSL color Cylindrical-coordinate representation of color #9BD2AC: hue angle of 138.55º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2AC is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 172 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.18 |
| HSL | 138.55º | 0.38% | 0.72% | - |
| HSV(B) | 138.55º | 0.26% | 0.82% | - |
| XYZ | 44.01 | 56.04 | 47.53 | - |
| YUV | 189.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 172 | 0.26 | 0 | 0.18 | 0.18 | 138.55 | 0.38 | 0.72 |
| Hex | 9B | D2 | AC | 1A | 0 | 12 | 12 | 8B | 26 | 48 |
| Octal | 233 | 322 | 254 | 32 | 0 | 22 | 22 | 213 | 46 | 110 |
| Binary | 10011011 | 11010010 | 10101100 | 11010 | 0 | 10010 | 10010 | 10001011 | 100110 | 1001000 |
Color Harmonies of #9BD2AC
Complementary color
Monochromatic Colors of #9BD2AC
Black with #9BD2AC
Text Example
Text Example
White with #9BD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD2AC; }
p { color: rgb(155,210,172); }
H1.HeaderClassName
{
color: #9BD2AC;
}
.AnyTagClassName
{
color: #9BD2AC;
}
</style>
background-color css
<style>
a { background-color: #9BD2AC; }
a { background-color: rgb(155,210,172); }
div.DivClassName
{
background-color: #9BD2AC;
}
.BgClassName
{
background-color: #9BD2AC;
}
</style>
border-color css
<style>
span { border-color: #9BD2AC; }
span { border-color: rgb(155,210,172); }
td.TdClassName
{
border-color: #9BD2AC;
}
.TagClassName
{
border-color: #9BD2AC;
}
</style>