Shades of Chinook #9BDFA8
Tints of Chinook #9BDFA8
RGB
CMYK
RGB Variations
Color information
#9BDFA8 (or 0x9BDFA8) is known color: Chinook. HEX triplet: 9B, DF and A8. RGB value is (155,223,168). Sum of RGB (Red+Green+Blue) = 155+223+168=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDFA8 is #642057. Grayscale: #C4C4C4. Windows color (decimal): -6561880 or 11067291. OLE color: 11067291.
HSL color Cylindrical-coordinate representation of color #9BDFA8: hue angle of 131.47º 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 #9BDFA8 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 168 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.13 |
| HSL | 131.47º | 0.52% | 0.74% | - |
| HSV(B) | 131.47º | 0.3% | 0.87% | - |
| XYZ | 46.97 | 62.57 | 46.65 | - |
| YUV | 196.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 168 | 0.30 | 0 | 0.25 | 0.13 | 131.47 | 0.52 | 0.74 |
| Hex | 9B | DF | A8 | 1E | 0 | 19 | D | 83 | 34 | 4A |
| Octal | 233 | 337 | 250 | 36 | 0 | 31 | 15 | 203 | 64 | 112 |
| Binary | 10011011 | 11011111 | 10101000 | 11110 | 0 | 11001 | 1101 | 10000011 | 110100 | 1001010 |
Color Harmonies of #9BDFA8
Complementary color
Monochromatic Colors of #9BDFA8
Black with #9BDFA8
Text Example
Text Example
White with #9BDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFA8; }
p { color: rgb(155,223,168); }
H1.HeaderClassName
{
color: #9BDFA8;
}
.AnyTagClassName
{
color: #9BDFA8;
}
</style>
background-color css
<style>
a { background-color: #9BDFA8; }
a { background-color: rgb(155,223,168); }
div.DivClassName
{
background-color: #9BDFA8;
}
.BgClassName
{
background-color: #9BDFA8;
}
</style>
border-color css
<style>
span { border-color: #9BDFA8; }
span { border-color: rgb(155,223,168); }
td.TdClassName
{
border-color: #9BDFA8;
}
.TagClassName
{
border-color: #9BDFA8;
}
</style>