Shades of Chinook #9AEBAC
Tints of Chinook #9AEBAC
RGB
CMYK
RGB Variations
Color information
#9AEBAC (or 0x9AEBAC) is known color: Chinook. HEX triplet: 9A, EB and AC. RGB value is (154,235,172). Sum of RGB (Red+Green+Blue) = 154+235+172=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEBAC is #651453. Grayscale: #CBCBCB. Windows color (decimal): -6624340 or 11332506. OLE color: 11332506.
HSL color Cylindrical-coordinate representation of color #9AEBAC: hue angle of 133.33º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBAC is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 172 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.08 |
| HSL | 133.33º | 0.67% | 0.76% | - |
| HSV(B) | 133.33º | 0.34% | 0.92% | - |
| XYZ | 50.48 | 69.27 | 49.74 | - |
| YUV | 203.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 172 | 0.34 | 0 | 0.27 | 0.08 | 133.33 | 0.67 | 0.76 |
| Hex | 9A | EB | AC | 22 | 0 | 1B | 8 | 85 | 43 | 4C |
| Octal | 232 | 353 | 254 | 42 | 0 | 33 | 10 | 205 | 103 | 114 |
| Binary | 10011010 | 11101011 | 10101100 | 100010 | 0 | 11011 | 1000 | 10000101 | 1000011 | 1001100 |
Color Harmonies of #9AEBAC
Complementary color
Monochromatic Colors of #9AEBAC
Black with #9AEBAC
Text Example
Text Example
White with #9AEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBAC; }
p { color: rgb(154,235,172); }
H1.HeaderClassName
{
color: #9AEBAC;
}
.AnyTagClassName
{
color: #9AEBAC;
}
</style>
background-color css
<style>
a { background-color: #9AEBAC; }
a { background-color: rgb(154,235,172); }
div.DivClassName
{
background-color: #9AEBAC;
}
.BgClassName
{
background-color: #9AEBAC;
}
</style>
border-color css
<style>
span { border-color: #9AEBAC; }
span { border-color: rgb(154,235,172); }
td.TdClassName
{
border-color: #9AEBAC;
}
.TagClassName
{
border-color: #9AEBAC;
}
</style>