#82DA9B

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

Shades of Chinook #82DA9B

Tints of Chinook #82DA9B

Color information

#82DA9B (or 0x82DA9B) is unknown color: approx Chinook. HEX triplet: 82, DA and 9B. RGB value is (130,218,155). Sum of RGB (Red+Green+Blue) = 130+218+155=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA9B is #7D2564. Grayscale: #B8B8B8. Windows color (decimal): -8201573 or 10214018. OLE color: 10214018.

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

Color convert

RGB130218155-
CMYK0.4000.290.15
HSL137.05º54.32%68.24%-
HSV(B)137.05º40.37%85.49%-
XYZ40.1957.2639.94-
YUV184.51111.3589.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=25.84%
G=43.34%
B=30.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302181550.4000.290.15137.0554.3268.24
Hex82DA9B2801DF893644
Octal202332233500351721166104
Binary1000001011011010100110111010000111011111100010011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,218,155); }

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

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

 a { background-color: rgb(130,218,155); }

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

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

 span { border-color: rgb(130,218,155); }

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