Html Css Color HEX #82DA9F Chinook

📋 copy color: '#82DA9F'

red 130 ◦ green 218 ◦ blue 159

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

Shades of Chinook #82DA9F

Tints of Chinook #82DA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

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

R = 25.64%
G = 43%
B = 31.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#82DA9F (or 0x82DA9F) is known color: Chinook. HEX triplet: 82, DA and 9F. RGB value is (130,218,159). Sum of RGB (Red+Green+Blue) = 130+218+159=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA9F is #7D2560. Grayscale: #B9B9B9. Windows color (decimal): -8201569 or 10476162. OLE color: 10476162.

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

Color convert

RGB 130 218 159 -
CMYK 0.40 0 0.27 0.15
HSL 139.77º 0.54% 0.68% -
HSV(B) 139.77º 0.4% 0.85% -
XYZ 40.54 57.39 41.74 -
YUV 184.96 113.35 88.8 -
System Red Green Blue C M Y K H S L
Decimal 130 218 159 0.40 0 0.27 0.15 139.77 0.54 0.68
Hex 82 DA 9F 28 0 1B F 8C 36 44
Octal 202 332 237 50 0 33 17 214 66 104
Binary 10000010 11011010 10011111 101000 0 11011 1111 10001100 110110 1000100

Color Harmonies of #82DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA9F

Black with #82DA9F

Text Example


Text Example

White with #82DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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