Html Css Color HEX #82E09C Chinook

📋 copy color: '#82E09C'

red 130 ◦ green 224 ◦ blue 156

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

Shades of Chinook #82E09C

Tints of Chinook #82E09C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

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

R = 25.49%
G = 43.92%
B = 30.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#82E09C (or 0x82E09C) is known color: Chinook. HEX triplet: 82, E0 and 9C. RGB value is (130,224,156). Sum of RGB (Red+Green+Blue) = 130+224+156=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #82E09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E09C is #7D1F63. Grayscale: #BCBCBC. Windows color (decimal): -8200036 or 10281090. OLE color: 10281090.

HSL color Cylindrical-coordinate representation of color #82E09C: hue angle of 136.6º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E09C is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 156 -
CMYK 0.42 0 0.30 0.12
HSL 136.6º 0.6% 0.69% -
HSV(B) 136.6º 0.42% 0.88% -
XYZ 41.86 60.46 40.92 -
YUV 188.14 109.86 86.53 -
System Red Green Blue C M Y K H S L
Decimal 130 224 156 0.42 0 0.30 0.12 136.6 0.6 0.69
Hex 82 E0 9C 2A 0 1E C 89 3C 45
Octal 202 340 234 52 0 36 14 211 74 105
Binary 10000010 11100000 10011100 101010 0 11110 1100 10001001 111100 1000101

Color Harmonies of #82E09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E09C

Black with #82E09C

Text Example


Text Example

White with #82E09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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