Shades of Chinook #9BE6AA
Tints of Chinook #9BE6AA
RGB
CMYK
RGB Variations
Color information
#9BE6AA (or 0x9BE6AA) is known color: Chinook. HEX triplet: 9B, E6 and AA. RGB value is (155,230,170). Sum of RGB (Red+Green+Blue) = 155+230+170=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BE6AA is #641955. Grayscale: #C8C8C8. Windows color (decimal): -6560086 or 11200155. OLE color: 11200155.
HSL color Cylindrical-coordinate representation of color #9BE6AA: hue angle of 132º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6AA is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 230 | 170 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.10 |
| HSL | 132º | 0.6% | 0.75% | - |
| HSV(B) | 132º | 0.33% | 0.9% | - |
| XYZ | 49.07 | 66.46 | 48.27 | - |
| YUV | 200.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 230 | 170 | 0.33 | 0 | 0.26 | 0.10 | 132 | 0.6 | 0.75 |
| Hex | 9B | E6 | AA | 21 | 0 | 1A | A | 84 | 3C | 4B |
| Octal | 233 | 346 | 252 | 41 | 0 | 32 | 12 | 204 | 74 | 113 |
| Binary | 10011011 | 11100110 | 10101010 | 100001 | 0 | 11010 | 1010 | 10000100 | 111100 | 1001011 |
Color Harmonies of #9BE6AA
Complementary color
Monochromatic Colors of #9BE6AA
Black with #9BE6AA
Text Example
Text Example
White with #9BE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE6AA; }
p { color: rgb(155,230,170); }
H1.HeaderClassName
{
color: #9BE6AA;
}
.AnyTagClassName
{
color: #9BE6AA;
}
</style>
background-color css
<style>
a { background-color: #9BE6AA; }
a { background-color: rgb(155,230,170); }
div.DivClassName
{
background-color: #9BE6AA;
}
.BgClassName
{
background-color: #9BE6AA;
}
</style>
border-color css
<style>
span { border-color: #9BE6AA; }
span { border-color: rgb(155,230,170); }
td.TdClassName
{
border-color: #9BE6AA;
}
.TagClassName
{
border-color: #9BE6AA;
}
</style>