Shades of Chinook #9CCFAB
Tints of Chinook #9CCFAB
RGB
CMYK
RGB Variations
Color information
#9CCFAB (or 0x9CCFAB) is known color: Chinook. HEX triplet: 9C, CF and AB. RGB value is (156,207,171). Sum of RGB (Red+Green+Blue) = 156+207+171=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCFAB is #633054. Grayscale: #BBBBBB. Windows color (decimal): -6500437 or 11259804. OLE color: 11259804.
HSL color Cylindrical-coordinate representation of color #9CCFAB: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CCFAB is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 171 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.19 |
| HSL | 137.65º | 0.35% | 0.71% | - |
| HSV(B) | 137.65º | 0.25% | 0.81% | - |
| XYZ | 43.37 | 54.63 | 46.79 | - |
| YUV | 187.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 171 | 0.25 | 0 | 0.17 | 0.19 | 137.65 | 0.35 | 0.71 |
| Hex | 9C | CF | AB | 19 | 0 | 11 | 13 | 8A | 23 | 47 |
| Octal | 234 | 317 | 253 | 31 | 0 | 21 | 23 | 212 | 43 | 107 |
| Binary | 10011100 | 11001111 | 10101011 | 11001 | 0 | 10001 | 10011 | 10001010 | 100011 | 1000111 |
Color Harmonies of #9CCFAB
Complementary color
Monochromatic Colors of #9CCFAB
Black with #9CCFAB
Text Example
Text Example
White with #9CCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCFAB; }
p { color: rgb(156,207,171); }
H1.HeaderClassName
{
color: #9CCFAB;
}
.AnyTagClassName
{
color: #9CCFAB;
}
</style>
background-color css
<style>
a { background-color: #9CCFAB; }
a { background-color: rgb(156,207,171); }
div.DivClassName
{
background-color: #9CCFAB;
}
.BgClassName
{
background-color: #9CCFAB;
}
</style>
border-color css
<style>
span { border-color: #9CCFAB; }
span { border-color: rgb(156,207,171); }
td.TdClassName
{
border-color: #9CCFAB;
}
.TagClassName
{
border-color: #9CCFAB;
}
</style>