Html Css Color HEX #82DF9F Chinook

📋 copy color: '#82DF9F'

red 130 ◦ green 223 ◦ blue 159

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

Shades of Chinook #82DF9F

Tints of Chinook #82DF9F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 25.39%
G = 43.55%
B = 31.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#82DF9F (or 0x82DF9F) is known color: Chinook. HEX triplet: 82, DF and 9F. RGB value is (130,223,159). Sum of RGB (Red+Green+Blue) = 130+223+159=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF9F is #7D2060. Grayscale: #BCBCBC. Windows color (decimal): -8200289 or 10477442. OLE color: 10477442.

HSL color Cylindrical-coordinate representation of color #82DF9F: hue angle of 138.71º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF9F is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 223 159 -
CMYK 0.42 0 0.29 0.13
HSL 138.71º 0.59% 0.69% -
HSV(B) 138.71º 0.42% 0.87% -
XYZ 41.85 60.02 42.18 -
YUV 187.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 130 223 159 0.42 0 0.29 0.13 138.71 0.59 0.69
Hex 82 DF 9F 2A 0 1D D 8B 3B 45
Octal 202 337 237 52 0 35 15 213 73 105
Binary 10000010 11011111 10011111 101010 0 11101 1101 10001011 111011 1000101

Color Harmonies of #82DF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DF9F

Black with #82DF9F

Text Example


Text Example

White with #82DF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,223,159); }

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

background-color css

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

 a { background-color: rgb(130,223,159); }

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

border-color css

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

 span { border-color: rgb(130,223,159); }

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