Shades of Chinook #8CEBA5
Tints of Chinook #8CEBA5
RGB
CMYK
RGB Variations
Color information
#8CEBA5 (or 0x8CEBA5) is known color: Chinook. HEX triplet: 8C, EB and A5. RGB value is (140,235,165). Sum of RGB (Red+Green+Blue) = 140+235+165=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEBA5 is #73145A. Grayscale: #C6C6C6. Windows color (decimal): -7541851 or 10873740. OLE color: 10873740.
HSL color Cylindrical-coordinate representation of color #8CEBA5: hue angle of 135.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBA5 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 165 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.08 |
| HSL | 135.79º | 0.7% | 0.74% | - |
| HSV(B) | 135.79º | 0.4% | 0.92% | - |
| XYZ | 47.32 | 67.71 | 46.17 | - |
| YUV | 198.62 | 109.03 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 165 | 0.40 | 0 | 0.30 | 0.08 | 135.79 | 0.7 | 0.74 |
| Hex | 8C | EB | A5 | 28 | 0 | 1E | 8 | 88 | 46 | 4A |
| Octal | 214 | 353 | 245 | 50 | 0 | 36 | 10 | 210 | 106 | 112 |
| Binary | 10001100 | 11101011 | 10100101 | 101000 | 0 | 11110 | 1000 | 10001000 | 1000110 | 1001010 |
Color Harmonies of #8CEBA5
Complementary color
Monochromatic Colors of #8CEBA5
Black with #8CEBA5
Text Example
Text Example
White with #8CEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBA5; }
p { color: rgb(140,235,165); }
H1.HeaderClassName
{
color: #8CEBA5;
}
.AnyTagClassName
{
color: #8CEBA5;
}
</style>
background-color css
<style>
a { background-color: #8CEBA5; }
a { background-color: rgb(140,235,165); }
div.DivClassName
{
background-color: #8CEBA5;
}
.BgClassName
{
background-color: #8CEBA5;
}
</style>
border-color css
<style>
span { border-color: #8CEBA5; }
span { border-color: rgb(140,235,165); }
td.TdClassName
{
border-color: #8CEBA5;
}
.TagClassName
{
border-color: #8CEBA5;
}
</style>