Shades of Chinook #9ACFAA
Tints of Chinook #9ACFAA
RGB
CMYK
RGB Variations
Color information
#9ACFAA (or 0x9ACFAA) is known color: Chinook. HEX triplet: 9A, CF and AA. RGB value is (154,207,170). Sum of RGB (Red+Green+Blue) = 154+207+170=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACFAA is #653055. Grayscale: #BBBBBB. Windows color (decimal): -6631510 or 11194266. OLE color: 11194266.
HSL color Cylindrical-coordinate representation of color #9ACFAA: hue angle of 138.11º 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 #9ACFAA is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 170 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.19 |
| HSL | 138.11º | 0.36% | 0.71% | - |
| HSV(B) | 138.11º | 0.26% | 0.81% | - |
| XYZ | 42.89 | 54.4 | 46.27 | - |
| YUV | 186.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 170 | 0.26 | 0 | 0.18 | 0.19 | 138.11 | 0.36 | 0.71 |
| Hex | 9A | CF | AA | 1A | 0 | 12 | 13 | 8A | 24 | 47 |
| Octal | 232 | 317 | 252 | 32 | 0 | 22 | 23 | 212 | 44 | 107 |
| Binary | 10011010 | 11001111 | 10101010 | 11010 | 0 | 10010 | 10011 | 10001010 | 100100 | 1000111 |
Color Harmonies of #9ACFAA
Complementary color
Monochromatic Colors of #9ACFAA
Black with #9ACFAA
Text Example
Text Example
White with #9ACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACFAA; }
p { color: rgb(154,207,170); }
H1.HeaderClassName
{
color: #9ACFAA;
}
.AnyTagClassName
{
color: #9ACFAA;
}
</style>
background-color css
<style>
a { background-color: #9ACFAA; }
a { background-color: rgb(154,207,170); }
div.DivClassName
{
background-color: #9ACFAA;
}
.BgClassName
{
background-color: #9ACFAA;
}
</style>
border-color css
<style>
span { border-color: #9ACFAA; }
span { border-color: rgb(154,207,170); }
td.TdClassName
{
border-color: #9ACFAA;
}
.TagClassName
{
border-color: #9ACFAA;
}
</style>