#82D89E

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

Shades of Chinook #82D89E

Tints of Chinook #82D89E

Color information

#82D89E (or 0x82D89E) is unknown color: approx Chinook. HEX triplet: 82, D8 and 9E. RGB value is (130,216,158). Sum of RGB (Red+Green+Blue) = 130+216+158=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #82D89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D89E is #7D2761. Grayscale: #B7B7B7. Windows color (decimal): -8202082 or 10410114. OLE color: 10410114.

HSL color Cylindrical-coordinate representation of color #82D89E: hue angle of 139.53º degrees, saturation: 0.52, 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 #82D89E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB130216158-
CMYK0.4000.270.15
HSL139.53º52.44%67.84%-
HSV(B)139.53º39.81%84.71%-
XYZ39.9356.3341.12-
YUV183.67113.5189.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=25.79%
G=42.86%
B=31.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161580.4000.270.15139.5352.4467.84
Hex82D89E2801BF8c3444
Octal202330236500331721464104
Binary1000001011011000100111101010000110111111100011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D89E; }

 p { color: rgb(130,216,158); }

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

<style>
 a { background-color: #82D89E; }

 a { background-color: rgb(130,216,158); }

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

<style>
 span { border-color: #82D89E; }

 span { border-color: rgb(130,216,158); }

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