Shades of Chinook #83DA9B
Tints of Chinook #83DA9B
RGB
CMYK
RGB Variations
Color information
#83DA9B (or 0x83DA9B) is known color: Chinook. HEX triplet: 83, DA and 9B. RGB value is (131,218,155). Sum of RGB (Red+Green+Blue) = 131+218+155=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DA9B is #7C2564. Grayscale: #B8B8B8. Windows color (decimal): -8136037 or 10214019. OLE color: 10214019.
HSL color Cylindrical-coordinate representation of color #83DA9B: hue angle of 136.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DA9B is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 155 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.15 |
| HSL | 136.55º | 0.54% | 0.68% | - |
| HSV(B) | 136.55º | 0.4% | 0.85% | - |
| XYZ | 40.35 | 57.33 | 39.95 | - |
| YUV | 184.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 155 | 0.40 | 0 | 0.29 | 0.15 | 136.55 | 0.54 | 0.68 |
| Hex | 83 | DA | 9B | 28 | 0 | 1D | F | 89 | 36 | 44 |
| Octal | 203 | 332 | 233 | 50 | 0 | 35 | 17 | 211 | 66 | 104 |
| Binary | 10000011 | 11011010 | 10011011 | 101000 | 0 | 11101 | 1111 | 10001001 | 110110 | 1000100 |
Color Harmonies of #83DA9B
Complementary color
Monochromatic Colors of #83DA9B
Black with #83DA9B
Text Example
Text Example
White with #83DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DA9B; }
p { color: rgb(131,218,155); }
H1.HeaderClassName
{
color: #83DA9B;
}
.AnyTagClassName
{
color: #83DA9B;
}
</style>
background-color css
<style>
a { background-color: #83DA9B; }
a { background-color: rgb(131,218,155); }
div.DivClassName
{
background-color: #83DA9B;
}
.BgClassName
{
background-color: #83DA9B;
}
</style>
border-color css
<style>
span { border-color: #83DA9B; }
span { border-color: rgb(131,218,155); }
td.TdClassName
{
border-color: #83DA9B;
}
.TagClassName
{
border-color: #83DA9B;
}
</style>