Shades of Chinook #9DCFAC
Tints of Chinook #9DCFAC
RGB
CMYK
RGB Variations
Color information
#9DCFAC (or 0x9DCFAC) is known color: Chinook. HEX triplet: 9D, CF and AC. RGB value is (157,207,172). Sum of RGB (Red+Green+Blue) = 157+207+172=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCFAC is #623053. Grayscale: #BCBCBC. Windows color (decimal): -6434900 or 11325341. OLE color: 11325341.
HSL color Cylindrical-coordinate representation of color #9DCFAC: hue angle of 138º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCFAC is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 172 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.19 |
| HSL | 138º | 0.34% | 0.71% | - |
| HSV(B) | 138º | 0.24% | 0.81% | - |
| XYZ | 43.66 | 54.77 | 47.3 | - |
| YUV | 188.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 172 | 0.24 | 0 | 0.17 | 0.19 | 138 | 0.34 | 0.71 |
| Hex | 9D | CF | AC | 18 | 0 | 11 | 13 | 8A | 22 | 47 |
| Octal | 235 | 317 | 254 | 30 | 0 | 21 | 23 | 212 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10101100 | 11000 | 0 | 10001 | 10011 | 10001010 | 100010 | 1000111 |
Color Harmonies of #9DCFAC
Complementary color
Monochromatic Colors of #9DCFAC
Black with #9DCFAC
Text Example
Text Example
White with #9DCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFAC; }
p { color: rgb(157,207,172); }
H1.HeaderClassName
{
color: #9DCFAC;
}
.AnyTagClassName
{
color: #9DCFAC;
}
</style>
background-color css
<style>
a { background-color: #9DCFAC; }
a { background-color: rgb(157,207,172); }
div.DivClassName
{
background-color: #9DCFAC;
}
.BgClassName
{
background-color: #9DCFAC;
}
</style>
border-color css
<style>
span { border-color: #9DCFAC; }
span { border-color: rgb(157,207,172); }
td.TdClassName
{
border-color: #9DCFAC;
}
.TagClassName
{
border-color: #9DCFAC;
}
</style>