Shades of Chinook #9AEBAB
Tints of Chinook #9AEBAB
RGB
CMYK
RGB Variations
Color information
#9AEBAB (or 0x9AEBAB) is known color: Chinook. HEX triplet: 9A, EB and AB. RGB value is (154,235,171). Sum of RGB (Red+Green+Blue) = 154+235+171=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEBAB is #651454. Grayscale: #CBCBCB. Windows color (decimal): -6624341 or 11266970. OLE color: 11266970.
HSL color Cylindrical-coordinate representation of color #9AEBAB: hue angle of 132.59º 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 #9AEBAB is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 171 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.08 |
| HSL | 132.59º | 0.67% | 0.76% | - |
| HSV(B) | 132.59º | 0.34% | 0.92% | - |
| XYZ | 50.39 | 69.23 | 49.23 | - |
| YUV | 203.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 171 | 0.34 | 0 | 0.27 | 0.08 | 132.59 | 0.67 | 0.76 |
| Hex | 9A | EB | AB | 22 | 0 | 1B | 8 | 85 | 43 | 4C |
| Octal | 232 | 353 | 253 | 42 | 0 | 33 | 10 | 205 | 103 | 114 |
| Binary | 10011010 | 11101011 | 10101011 | 100010 | 0 | 11011 | 1000 | 10000101 | 1000011 | 1001100 |
Color Harmonies of #9AEBAB
Complementary color
Monochromatic Colors of #9AEBAB
Black with #9AEBAB
Text Example
Text Example
White with #9AEBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBAB; }
p { color: rgb(154,235,171); }
H1.HeaderClassName
{
color: #9AEBAB;
}
.AnyTagClassName
{
color: #9AEBAB;
}
</style>
background-color css
<style>
a { background-color: #9AEBAB; }
a { background-color: rgb(154,235,171); }
div.DivClassName
{
background-color: #9AEBAB;
}
.BgClassName
{
background-color: #9AEBAB;
}
</style>
border-color css
<style>
span { border-color: #9AEBAB; }
span { border-color: rgb(154,235,171); }
td.TdClassName
{
border-color: #9AEBAB;
}
.TagClassName
{
border-color: #9AEBAB;
}
</style>