#82DE9E

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

Shades of Chinook #82DE9E

Tints of Chinook #82DE9E

Color information

#82DE9E (or 0x82DE9E) is unknown color: approx Chinook. HEX triplet: 82, DE and 9E. RGB value is (130,222,158). Sum of RGB (Red+Green+Blue) = 130+222+158=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #82DE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DE9E is #7D2161. Grayscale: #BBBBBB. Windows color (decimal): -8200546 or 10411650. OLE color: 10411650.

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

Color convert

RGB130222158-
CMYK0.4100.290.13
HSL138.26º58.23%69.02%-
HSV(B)138.26º41.44%87.06%-
XYZ41.559.4641.64-
YUV187.2111.5287.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.49%
GREEN value IS 222 (87.11% from 255) = 43.53%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=25.49%
G=43.53%
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
Decimal1302221580.4100.290.13138.2658.2369.02
Hex82DE9E2901DD8a3a45
Octal202336236510351521272105
Binary1000001011011110100111101010010111011101100010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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