#83DA9E

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

Shades of Chinook #83DA9E

Tints of Chinook #83DA9E

Color information

#83DA9E (or 0x83DA9E) is unknown color: approx Chinook. HEX triplet: 83, DA and 9E. RGB value is (131,218,158). Sum of RGB (Red+Green+Blue) = 131+218+158=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #83DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DA9E is #7C2561. Grayscale: #B9B9B9. Windows color (decimal): -8136034 or 10410627. OLE color: 10410627.

HSL color Cylindrical-coordinate representation of color #83DA9E: hue angle of 138.62º 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 #83DA9E is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB131218158-
CMYK0.4000.280.15
HSL138.62º54.04%68.43%-
HSV(B)138.62º39.91%85.49%-
XYZ40.657.4441.29-
YUV185.15112.6889.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.84%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=25.84%
G=43.00%
B=31.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312181580.4000.280.15138.6254.0468.43
Hex83DA9E2801CF8b3644
Octal203332236500341721366104
Binary1000001111011010100111101010000111001111100010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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