Shades of Chinook #9ACFAC
Tints of Chinook #9ACFAC
RGB
CMYK
RGB Variations
Color information
#9ACFAC (or 0x9ACFAC) is known color: Chinook. HEX triplet: 9A, CF and AC. RGB value is (154,207,172). Sum of RGB (Red+Green+Blue) = 154+207+172=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFAC is #653053. Grayscale: #BBBBBB. Windows color (decimal): -6631508 or 11325338. OLE color: 11325338.
HSL color Cylindrical-coordinate representation of color #9ACFAC: hue angle of 140.38º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACFAC is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 172 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.19 |
| HSL | 140.38º | 0.36% | 0.71% | - |
| HSV(B) | 140.38º | 0.26% | 0.81% | - |
| XYZ | 43.09 | 54.47 | 47.27 | - |
| YUV | 187.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 172 | 0.26 | 0 | 0.17 | 0.19 | 140.38 | 0.36 | 0.71 |
| Hex | 9A | CF | AC | 1A | 0 | 11 | 13 | 8C | 24 | 47 |
| Octal | 232 | 317 | 254 | 32 | 0 | 21 | 23 | 214 | 44 | 107 |
| Binary | 10011010 | 11001111 | 10101100 | 11010 | 0 | 10001 | 10011 | 10001100 | 100100 | 1000111 |
Color Harmonies of #9ACFAC
Complementary color
Monochromatic Colors of #9ACFAC
Black with #9ACFAC
Text Example
Text Example
White with #9ACFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFAC; }
p { color: rgb(154,207,172); }
H1.HeaderClassName
{
color: #9ACFAC;
}
.AnyTagClassName
{
color: #9ACFAC;
}
</style>
background-color css
<style>
a { background-color: #9ACFAC; }
a { background-color: rgb(154,207,172); }
div.DivClassName
{
background-color: #9ACFAC;
}
.BgClassName
{
background-color: #9ACFAC;
}
</style>
border-color css
<style>
span { border-color: #9ACFAC; }
span { border-color: rgb(154,207,172); }
td.TdClassName
{
border-color: #9ACFAC;
}
.TagClassName
{
border-color: #9ACFAC;
}
</style>