Shades of Chinook #83DFA0
Tints of Chinook #83DFA0
RGB
CMYK
RGB Variations
Color information
#83DFA0 (or 0x83DFA0) is known color: Chinook. HEX triplet: 83, DF and A0. RGB value is (131,223,160). Sum of RGB (Red+Green+Blue) = 131+223+160=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DFA0 is #7C205F. Grayscale: #BCBCBC. Windows color (decimal): -8134752 or 10542979. OLE color: 10542979.
HSL color Cylindrical-coordinate representation of color #83DFA0: hue angle of 138.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DFA0 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 160 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.13 |
| HSL | 138.91º | 0.59% | 0.69% | - |
| HSV(B) | 138.91º | 0.41% | 0.87% | - |
| XYZ | 42.09 | 60.14 | 42.65 | - |
| YUV | 188.31 | 112.02 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 160 | 0.41 | 0 | 0.28 | 0.13 | 138.91 | 0.59 | 0.69 |
| Hex | 83 | DF | A0 | 29 | 0 | 1C | D | 8B | 3B | 45 |
| Octal | 203 | 337 | 240 | 51 | 0 | 34 | 15 | 213 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10100000 | 101001 | 0 | 11100 | 1101 | 10001011 | 111011 | 1000101 |
Color Harmonies of #83DFA0
Complementary color
Monochromatic Colors of #83DFA0
Black with #83DFA0
Text Example
Text Example
White with #83DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFA0; }
p { color: rgb(131,223,160); }
H1.HeaderClassName
{
color: #83DFA0;
}
.AnyTagClassName
{
color: #83DFA0;
}
</style>
background-color css
<style>
a { background-color: #83DFA0; }
a { background-color: rgb(131,223,160); }
div.DivClassName
{
background-color: #83DFA0;
}
.BgClassName
{
background-color: #83DFA0;
}
</style>
border-color css
<style>
span { border-color: #83DFA0; }
span { border-color: rgb(131,223,160); }
td.TdClassName
{
border-color: #83DFA0;
}
.TagClassName
{
border-color: #83DFA0;
}
</style>