Shades of Chinook #8BDDA5
Tints of Chinook #8BDDA5
RGB
CMYK
RGB Variations
Color information
#8BDDA5 (or 0x8BDDA5) is known color: Chinook. HEX triplet: 8B, DD and A5. RGB value is (139,221,165). Sum of RGB (Red+Green+Blue) = 139+221+165=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDA5 is #74225A. Grayscale: #BEBEBE. Windows color (decimal): -7610971 or 10870155. OLE color: 10870155.
HSL color Cylindrical-coordinate representation of color #8BDDA5: hue angle of 139.02º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDA5 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 165 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.13 |
| HSL | 139.02º | 0.55% | 0.71% | - |
| HSV(B) | 139.02º | 0.37% | 0.87% | - |
| XYZ | 43.3 | 59.92 | 44.88 | - |
| YUV | 190.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 165 | 0.37 | 0 | 0.25 | 0.13 | 139.02 | 0.55 | 0.71 |
| Hex | 8B | DD | A5 | 25 | 0 | 19 | D | 8B | 37 | 47 |
| Octal | 213 | 335 | 245 | 45 | 0 | 31 | 15 | 213 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10100101 | 100101 | 0 | 11001 | 1101 | 10001011 | 110111 | 1000111 |
Color Harmonies of #8BDDA5
Complementary color
Monochromatic Colors of #8BDDA5
Black with #8BDDA5
Text Example
Text Example
White with #8BDDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDA5; }
p { color: rgb(139,221,165); }
H1.HeaderClassName
{
color: #8BDDA5;
}
.AnyTagClassName
{
color: #8BDDA5;
}
</style>
background-color css
<style>
a { background-color: #8BDDA5; }
a { background-color: rgb(139,221,165); }
div.DivClassName
{
background-color: #8BDDA5;
}
.BgClassName
{
background-color: #8BDDA5;
}
</style>
border-color css
<style>
span { border-color: #8BDDA5; }
span { border-color: rgb(139,221,165); }
td.TdClassName
{
border-color: #8BDDA5;
}
.TagClassName
{
border-color: #8BDDA5;
}
</style>