Shades of Chinook #9BDFAB
Tints of Chinook #9BDFAB
RGB
CMYK
RGB Variations
Color information
#9BDFAB (or 0x9BDFAB) is known color: Chinook. HEX triplet: 9B, DF and AB. RGB value is (155,223,171). Sum of RGB (Red+Green+Blue) = 155+223+171=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFAB is #642054. Grayscale: #C4C4C4. Windows color (decimal): -6561877 or 11263899. OLE color: 11263899.
HSL color Cylindrical-coordinate representation of color #9BDFAB: hue angle of 134.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFAB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 171 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 134.12º | 0.52% | 0.74% | - |
| HSV(B) | 134.12º | 0.3% | 0.87% | - |
| XYZ | 47.26 | 62.68 | 48.14 | - |
| YUV | 196.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 171 | 0.30 | 0 | 0.23 | 0.13 | 134.12 | 0.52 | 0.74 |
| Hex | 9B | DF | AB | 1E | 0 | 17 | D | 86 | 34 | 4A |
| Octal | 233 | 337 | 253 | 36 | 0 | 27 | 15 | 206 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10101011 | 11110 | 0 | 10111 | 1101 | 10000110 | 110100 | 1001010 |
Color Harmonies of #9BDFAB
Complementary color
Monochromatic Colors of #9BDFAB
Black with #9BDFAB
Text Example
Text Example
White with #9BDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFAB; }
p { color: rgb(155,223,171); }
H1.HeaderClassName
{
color: #9BDFAB;
}
.AnyTagClassName
{
color: #9BDFAB;
}
</style>
background-color css
<style>
a { background-color: #9BDFAB; }
a { background-color: rgb(155,223,171); }
div.DivClassName
{
background-color: #9BDFAB;
}
.BgClassName
{
background-color: #9BDFAB;
}
</style>
border-color css
<style>
span { border-color: #9BDFAB; }
span { border-color: rgb(155,223,171); }
td.TdClassName
{
border-color: #9BDFAB;
}
.TagClassName
{
border-color: #9BDFAB;
}
</style>