Shades of Chinook #81DB9E
Tints of Chinook #81DB9E
RGB
CMYK
RGB Variations
Color information
#81DB9E (or 0x81DB9E) is known color: Chinook. HEX triplet: 81, DB and 9E. RGB value is (129,219,158). Sum of RGB (Red+Green+Blue) = 129+219+158=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DB9E is #7E2461. Grayscale: #B9B9B9. Windows color (decimal): -8266850 or 10410881. OLE color: 10410881.
HSL color Cylindrical-coordinate representation of color #81DB9E: hue angle of 139.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DB9E is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 158 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.14 |
| HSL | 139.33º | 0.56% | 0.68% | - |
| HSV(B) | 139.33º | 0.41% | 0.86% | - |
| XYZ | 40.56 | 57.8 | 41.37 | - |
| YUV | 185.14 | 112.68 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 158 | 0.41 | 0 | 0.28 | 0.14 | 139.33 | 0.56 | 0.68 |
| Hex | 81 | DB | 9E | 29 | 0 | 1C | E | 8B | 38 | 44 |
| Octal | 201 | 333 | 236 | 51 | 0 | 34 | 16 | 213 | 70 | 104 |
| Binary | 10000001 | 11011011 | 10011110 | 101001 | 0 | 11100 | 1110 | 10001011 | 111000 | 1000100 |
Color Harmonies of #81DB9E
Complementary color
Monochromatic Colors of #81DB9E
Black with #81DB9E
Text Example
Text Example
White with #81DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB9E; }
p { color: rgb(129,219,158); }
H1.HeaderClassName
{
color: #81DB9E;
}
.AnyTagClassName
{
color: #81DB9E;
}
</style>
background-color css
<style>
a { background-color: #81DB9E; }
a { background-color: rgb(129,219,158); }
div.DivClassName
{
background-color: #81DB9E;
}
.BgClassName
{
background-color: #81DB9E;
}
</style>
border-color css
<style>
span { border-color: #81DB9E; }
span { border-color: rgb(129,219,158); }
td.TdClassName
{
border-color: #81DB9E;
}
.TagClassName
{
border-color: #81DB9E;
}
</style>