Shades of Chinook #8DD09B
Tints of Chinook #8DD09B
RGB
CMYK
RGB Variations
Color information
#8DD09B (or 0x8DD09B) is known color: Chinook. HEX triplet: 8D, D0 and 9B. RGB value is (141,208,155). Sum of RGB (Red+Green+Blue) = 141+208+155=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD09B is #722F64. Grayscale: #B6B6B6. Windows color (decimal): -7483237 or 10211469. OLE color: 10211469.
HSL color Cylindrical-coordinate representation of color #8DD09B: hue angle of 132.54º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD09B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 155 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.18 |
| HSL | 132.54º | 0.42% | 0.68% | - |
| HSV(B) | 132.54º | 0.32% | 0.82% | - |
| XYZ | 39.46 | 53.14 | 39.19 | - |
| YUV | 181.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 155 | 0.32 | 0 | 0.25 | 0.18 | 132.54 | 0.42 | 0.68 |
| Hex | 8D | D0 | 9B | 20 | 0 | 19 | 12 | 85 | 2A | 44 |
| Octal | 215 | 320 | 233 | 40 | 0 | 31 | 22 | 205 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10011011 | 100000 | 0 | 11001 | 10010 | 10000101 | 101010 | 1000100 |
Color Harmonies of #8DD09B
Complementary color
Monochromatic Colors of #8DD09B
Black with #8DD09B
Text Example
Text Example
White with #8DD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD09B; }
p { color: rgb(141,208,155); }
H1.HeaderClassName
{
color: #8DD09B;
}
.AnyTagClassName
{
color: #8DD09B;
}
</style>
background-color css
<style>
a { background-color: #8DD09B; }
a { background-color: rgb(141,208,155); }
div.DivClassName
{
background-color: #8DD09B;
}
.BgClassName
{
background-color: #8DD09B;
}
</style>
border-color css
<style>
span { border-color: #8DD09B; }
span { border-color: rgb(141,208,155); }
td.TdClassName
{
border-color: #8DD09B;
}
.TagClassName
{
border-color: #8DD09B;
}
</style>