Shades of Chinook #9CDFAC
Tints of Chinook #9CDFAC
RGB
CMYK
RGB Variations
Color information
#9CDFAC (or 0x9CDFAC) is known color: Chinook. HEX triplet: 9C, DF and AC. RGB value is (156,223,172). Sum of RGB (Red+Green+Blue) = 156+223+172=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDFAC is #632053. Grayscale: #C5C5C5. Windows color (decimal): -6496340 or 11329436. OLE color: 11329436.
HSL color Cylindrical-coordinate representation of color #9CDFAC: hue angle of 134.33º degrees, saturation: 0.51, 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 #9CDFAC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 172 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.13 |
| HSL | 134.33º | 0.51% | 0.74% | - |
| HSV(B) | 134.33º | 0.3% | 0.87% | - |
| XYZ | 47.54 | 62.82 | 48.65 | - |
| YUV | 197.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 172 | 0.30 | 0 | 0.23 | 0.13 | 134.33 | 0.51 | 0.74 |
| Hex | 9C | DF | AC | 1E | 0 | 17 | D | 86 | 33 | 4A |
| Octal | 234 | 337 | 254 | 36 | 0 | 27 | 15 | 206 | 63 | 112 |
| Binary | 10011100 | 11011111 | 10101100 | 11110 | 0 | 10111 | 1101 | 10000110 | 110011 | 1001010 |
Color Harmonies of #9CDFAC
Complementary color
Monochromatic Colors of #9CDFAC
Black with #9CDFAC
Text Example
Text Example
White with #9CDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFAC; }
p { color: rgb(156,223,172); }
H1.HeaderClassName
{
color: #9CDFAC;
}
.AnyTagClassName
{
color: #9CDFAC;
}
</style>
background-color css
<style>
a { background-color: #9CDFAC; }
a { background-color: rgb(156,223,172); }
div.DivClassName
{
background-color: #9CDFAC;
}
.BgClassName
{
background-color: #9CDFAC;
}
</style>
border-color css
<style>
span { border-color: #9CDFAC; }
span { border-color: rgb(156,223,172); }
td.TdClassName
{
border-color: #9CDFAC;
}
.TagClassName
{
border-color: #9CDFAC;
}
</style>