#83DD9E

Color #83DD9E Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #83DD9E

Tints of Chinook #83DD9E

Color information

#83DD9E (or 0x83DD9E) is unknown color: approx Chinook. HEX triplet: 83, DD and 9E. RGB value is (131,221,158). Sum of RGB (Red+Green+Blue) = 131+221+158=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD9E is #7C2261. Grayscale: #BBBBBB. Windows color (decimal): -8135266 or 10411395. OLE color: 10411395.

HSL color Cylindrical-coordinate representation of color #83DD9E: hue angle of 138º degrees, saturation: 0.57, 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 #83DD9E is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB131221158-
CMYK0.4100.290.13
HSL138º56.96%69.02%-
HSV(B)138º40.72%86.67%-
XYZ41.3959.0141.56-
YUV186.91111.6888.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 25.69%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=25.69%
G=43.33%
B=30.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312211580.4100.290.1313856.9669.02
Hex83DD9E2901DD8a3945
Octal203335236510351521271105
Binary1000001111011101100111101010010111011101100010101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DD9E; }

 p { color: rgb(131,221,158); }

 H1.HeaderClassName
 {
   color: #83DD9E;
 }
 .AnyTagClassName
 {
   color: #83DD9E;
 }
</style>
background-color css

<style>
 a { background-color: #83DD9E; }

 a { background-color: rgb(131,221,158); }

 div.DivClassName
 {
   background-color: #83DD9E;
 }
 .BgClassName
 {
   background-color: #83DD9E;
 }
</style>
border-color css

<style>
 span { border-color: #83DD9E; }

 span { border-color: rgb(131,221,158); }

 td.TdClassName
 {
   border-color: #83DD9E;
 }
 .TagClassName
 {
   border-color: #83DD9E;
 }
</style>