Shades of Chinook #8BCEA2
Tints of Chinook #8BCEA2
RGB
CMYK
RGB Variations
Color information
#8BCEA2 (or 0x8BCEA2) is known color: Chinook. HEX triplet: 8B, CE and A2. RGB value is (139,206,162). Sum of RGB (Red+Green+Blue) = 139+206+162=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCEA2 is #74315D. Grayscale: #B5B5B5. Windows color (decimal): -7614814 or 10669707. OLE color: 10669707.
HSL color Cylindrical-coordinate representation of color #8BCEA2: hue angle of 140.6º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BCEA2 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 206 | 162 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.19 |
| HSL | 140.6º | 0.41% | 0.68% | - |
| HSV(B) | 140.6º | 0.33% | 0.81% | - |
| XYZ | 39.24 | 52.24 | 42.2 | - |
| YUV | 180.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 162 | 0.33 | 0 | 0.21 | 0.19 | 140.6 | 0.41 | 0.68 |
| Hex | 8B | CE | A2 | 21 | 0 | 15 | 13 | 8D | 29 | 44 |
| Octal | 213 | 316 | 242 | 41 | 0 | 25 | 23 | 215 | 51 | 104 |
| Binary | 10001011 | 11001110 | 10100010 | 100001 | 0 | 10101 | 10011 | 10001101 | 101001 | 1000100 |
Color Harmonies of #8BCEA2
Complementary color
Monochromatic Colors of #8BCEA2
Black with #8BCEA2
Text Example
Text Example
White with #8BCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEA2; }
p { color: rgb(139,206,162); }
H1.HeaderClassName
{
color: #8BCEA2;
}
.AnyTagClassName
{
color: #8BCEA2;
}
</style>
background-color css
<style>
a { background-color: #8BCEA2; }
a { background-color: rgb(139,206,162); }
div.DivClassName
{
background-color: #8BCEA2;
}
.BgClassName
{
background-color: #8BCEA2;
}
</style>
border-color css
<style>
span { border-color: #8BCEA2; }
span { border-color: rgb(139,206,162); }
td.TdClassName
{
border-color: #8BCEA2;
}
.TagClassName
{
border-color: #8BCEA2;
}
</style>