Html Css Color HEX #82DC9C Chinook

📋 copy color: '#82DC9C'

red 130 ◦ green 220 ◦ blue 156

#82DC9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #82DC9C

Tints of Chinook #82DC9C

RGB

 RED value IS 130 (51.17% from 255) = 25.69%

 GREEN value IS 220 (86.33% from 255) = 43.48%

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 25.69%
G = 43.48%
B = 30.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#82DC9C (or 0x82DC9C) is known color: Chinook. HEX triplet: 82, DC and 9C. RGB value is (130,220,156). Sum of RGB (Red+Green+Blue) = 130+220+156=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC9C is #7D2363. Grayscale: #B9B9B9. Windows color (decimal): -8201060 or 10280066. OLE color: 10280066.

HSL color Cylindrical-coordinate representation of color #82DC9C: hue angle of 137.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC9C is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 156 -
CMYK 0.41 0 0.29 0.14
HSL 137.33º 0.56% 0.69% -
HSV(B) 137.33º 0.41% 0.86% -
XYZ 40.8 58.33 40.56 -
YUV 185.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 130 220 156 0.41 0 0.29 0.14 137.33 0.56 0.69
Hex 82 DC 9C 29 0 1D E 89 38 45
Octal 202 334 234 51 0 35 16 211 70 105
Binary 10000010 11011100 10011100 101001 0 11101 1110 10001001 111000 1000101

Color Harmonies of #82DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC9C

Black with #82DC9C

Text Example


Text Example

White with #82DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,156); }

 H1.HeaderClassName
 {
   color: #82DC9C;
 }
 .AnyTagClassName
 {
   color: #82DC9C;
 }
</style>

background-color css

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

 a { background-color: rgb(130,220,156); }

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

border-color css

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

 span { border-color: rgb(130,220,156); }

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