Shades of Chinook #8BCDA2
Tints of Chinook #8BCDA2
RGB
CMYK
RGB Variations
Color information
#8BCDA2 (or 0x8BCDA2) is known color: Chinook. HEX triplet: 8B, CD and A2. RGB value is (139,205,162). Sum of RGB (Red+Green+Blue) = 139+205+162=506 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.47% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCDA2 is #74325D. Grayscale: #B4B4B4. Windows color (decimal): -7615070 or 10669451. OLE color: 10669451.
HSL color Cylindrical-coordinate representation of color #8BCDA2: hue angle of 140.91º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCDA2 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 162 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.20 |
| HSL | 140.91º | 0.4% | 0.67% | - |
| HSV(B) | 140.91º | 0.32% | 0.8% | - |
| XYZ | 39 | 51.76 | 42.12 | - |
| YUV | 180.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 162 | 0.32 | 0 | 0.21 | 0.20 | 140.91 | 0.4 | 0.67 |
| Hex | 8B | CD | A2 | 20 | 0 | 15 | 14 | 8D | 28 | 43 |
| Octal | 213 | 315 | 242 | 40 | 0 | 25 | 24 | 215 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10100010 | 100000 | 0 | 10101 | 10100 | 10001101 | 101000 | 1000011 |
Color Harmonies of #8BCDA2
Complementary color
Monochromatic Colors of #8BCDA2
Black with #8BCDA2
Text Example
Text Example
White with #8BCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDA2; }
p { color: rgb(139,205,162); }
H1.HeaderClassName
{
color: #8BCDA2;
}
.AnyTagClassName
{
color: #8BCDA2;
}
</style>
background-color css
<style>
a { background-color: #8BCDA2; }
a { background-color: rgb(139,205,162); }
div.DivClassName
{
background-color: #8BCDA2;
}
.BgClassName
{
background-color: #8BCDA2;
}
</style>
border-color css
<style>
span { border-color: #8BCDA2; }
span { border-color: rgb(139,205,162); }
td.TdClassName
{
border-color: #8BCDA2;
}
.TagClassName
{
border-color: #8BCDA2;
}
</style>