Shades of Chinook #8BDBA3
Tints of Chinook #8BDBA3
RGB
CMYK
RGB Variations
Color information
#8BDBA3 (or 0x8BDBA3) is known color: Chinook. HEX triplet: 8B, DB and A3. RGB value is (139,219,163). Sum of RGB (Red+Green+Blue) = 139+219+163=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDBA3 is #74245C. Grayscale: #BCBCBC. Windows color (decimal): -7611485 or 10738571. OLE color: 10738571.
HSL color Cylindrical-coordinate representation of color #8BDBA3: hue angle of 138º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBA3 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 163 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.14 |
| HSL | 138º | 0.53% | 0.7% | - |
| HSV(B) | 138º | 0.37% | 0.86% | - |
| XYZ | 42.59 | 58.8 | 43.75 | - |
| YUV | 188.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 163 | 0.37 | 0 | 0.26 | 0.14 | 138 | 0.53 | 0.7 |
| Hex | 8B | DB | A3 | 25 | 0 | 1A | E | 8A | 35 | 46 |
| Octal | 213 | 333 | 243 | 45 | 0 | 32 | 16 | 212 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10100011 | 100101 | 0 | 11010 | 1110 | 10001010 | 110101 | 1000110 |
Color Harmonies of #8BDBA3
Complementary color
Monochromatic Colors of #8BDBA3
Black with #8BDBA3
Text Example
Text Example
White with #8BDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBA3; }
p { color: rgb(139,219,163); }
H1.HeaderClassName
{
color: #8BDBA3;
}
.AnyTagClassName
{
color: #8BDBA3;
}
</style>
background-color css
<style>
a { background-color: #8BDBA3; }
a { background-color: rgb(139,219,163); }
div.DivClassName
{
background-color: #8BDBA3;
}
.BgClassName
{
background-color: #8BDBA3;
}
</style>
border-color css
<style>
span { border-color: #8BDBA3; }
span { border-color: rgb(139,219,163); }
td.TdClassName
{
border-color: #8BDBA3;
}
.TagClassName
{
border-color: #8BDBA3;
}
</style>