Shades of Chinook #8BEBA5
Tints of Chinook #8BEBA5
RGB
CMYK
RGB Variations
Color information
#8BEBA5 (or 0x8BEBA5) is known color: Chinook. HEX triplet: 8B, EB and A5. RGB value is (139,235,165). Sum of RGB (Red+Green+Blue) = 139+235+165=539 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.79% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BEBA5 is #74145A. Grayscale: #C6C6C6. Windows color (decimal): -7607387 or 10873739. OLE color: 10873739.
HSL color Cylindrical-coordinate representation of color #8BEBA5: hue angle of 136.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BEBA5 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 235 | 165 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.08 |
| HSL | 136.25º | 0.71% | 0.73% | - |
| HSV(B) | 136.25º | 0.41% | 0.92% | - |
| XYZ | 47.15 | 67.62 | 46.16 | - |
| YUV | 198.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 235 | 165 | 0.41 | 0 | 0.30 | 0.08 | 136.25 | 0.71 | 0.73 |
| Hex | 8B | EB | A5 | 29 | 0 | 1E | 8 | 88 | 47 | 49 |
| Octal | 213 | 353 | 245 | 51 | 0 | 36 | 10 | 210 | 107 | 111 |
| Binary | 10001011 | 11101011 | 10100101 | 101001 | 0 | 11110 | 1000 | 10001000 | 1000111 | 1001001 |
Color Harmonies of #8BEBA5
Complementary color
Monochromatic Colors of #8BEBA5
Black with #8BEBA5
Text Example
Text Example
White with #8BEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEBA5; }
p { color: rgb(139,235,165); }
H1.HeaderClassName
{
color: #8BEBA5;
}
.AnyTagClassName
{
color: #8BEBA5;
}
</style>
background-color css
<style>
a { background-color: #8BEBA5; }
a { background-color: rgb(139,235,165); }
div.DivClassName
{
background-color: #8BEBA5;
}
.BgClassName
{
background-color: #8BEBA5;
}
</style>
border-color css
<style>
span { border-color: #8BEBA5; }
span { border-color: rgb(139,235,165); }
td.TdClassName
{
border-color: #8BEBA5;
}
.TagClassName
{
border-color: #8BEBA5;
}
</style>