Shades of Chinook #81DA9C
Tints of Chinook #81DA9C
RGB
CMYK
RGB Variations
Color information
#81DA9C (or 0x81DA9C) is known color: Chinook. HEX triplet: 81, DA and 9C. RGB value is (129,218,156). Sum of RGB (Red+Green+Blue) = 129+218+156=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA9C is #7E2563. Grayscale: #B8B8B8. Windows color (decimal): -8267108 or 10279553. OLE color: 10279553.
HSL color Cylindrical-coordinate representation of color #81DA9C: hue angle of 138.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DA9C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 156 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.15 |
| HSL | 138.2º | 0.55% | 0.68% | - |
| HSV(B) | 138.2º | 0.41% | 0.85% | - |
| XYZ | 40.13 | 57.21 | 40.38 | - |
| YUV | 184.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 156 | 0.41 | 0 | 0.28 | 0.15 | 138.2 | 0.55 | 0.68 |
| Hex | 81 | DA | 9C | 29 | 0 | 1C | F | 8A | 37 | 44 |
| Octal | 201 | 332 | 234 | 51 | 0 | 34 | 17 | 212 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10011100 | 101001 | 0 | 11100 | 1111 | 10001010 | 110111 | 1000100 |
Color Harmonies of #81DA9C
Complementary color
Monochromatic Colors of #81DA9C
Black with #81DA9C
Text Example
Text Example
White with #81DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA9C; }
p { color: rgb(129,218,156); }
H1.HeaderClassName
{
color: #81DA9C;
}
.AnyTagClassName
{
color: #81DA9C;
}
</style>
background-color css
<style>
a { background-color: #81DA9C; }
a { background-color: rgb(129,218,156); }
div.DivClassName
{
background-color: #81DA9C;
}
.BgClassName
{
background-color: #81DA9C;
}
</style>
border-color css
<style>
span { border-color: #81DA9C; }
span { border-color: rgb(129,218,156); }
td.TdClassName
{
border-color: #81DA9C;
}
.TagClassName
{
border-color: #81DA9C;
}
</style>