Shades of Chinook #8BD2A1
Tints of Chinook #8BD2A1
RGB
CMYK
RGB Variations
Color information
#8BD2A1 (or 0x8BD2A1) is known color: Chinook. HEX triplet: 8B, D2 and A1. RGB value is (139,210,161). Sum of RGB (Red+Green+Blue) = 139+210+161=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD2A1 is #742D5E. Grayscale: #B7B7B7. Windows color (decimal): -7613791 or 10605195. OLE color: 10605195.
HSL color Cylindrical-coordinate representation of color #8BD2A1: hue angle of 138.59º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD2A1 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 161 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.18 |
| HSL | 138.59º | 0.44% | 0.68% | - |
| HSV(B) | 138.59º | 0.34% | 0.82% | - |
| XYZ | 40.13 | 54.16 | 42.06 | - |
| YUV | 183.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 161 | 0.34 | 0 | 0.23 | 0.18 | 138.59 | 0.44 | 0.68 |
| Hex | 8B | D2 | A1 | 22 | 0 | 17 | 12 | 8B | 2C | 44 |
| Octal | 213 | 322 | 241 | 42 | 0 | 27 | 22 | 213 | 54 | 104 |
| Binary | 10001011 | 11010010 | 10100001 | 100010 | 0 | 10111 | 10010 | 10001011 | 101100 | 1000100 |
Color Harmonies of #8BD2A1
Complementary color
Monochromatic Colors of #8BD2A1
Black with #8BD2A1
Text Example
Text Example
White with #8BD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD2A1; }
p { color: rgb(139,210,161); }
H1.HeaderClassName
{
color: #8BD2A1;
}
.AnyTagClassName
{
color: #8BD2A1;
}
</style>
background-color css
<style>
a { background-color: #8BD2A1; }
a { background-color: rgb(139,210,161); }
div.DivClassName
{
background-color: #8BD2A1;
}
.BgClassName
{
background-color: #8BD2A1;
}
</style>
border-color css
<style>
span { border-color: #8BD2A1; }
span { border-color: rgb(139,210,161); }
td.TdClassName
{
border-color: #8BD2A1;
}
.TagClassName
{
border-color: #8BD2A1;
}
</style>