Html Css Color HEX #82B59C Padua

📋 copy color: '#82B59C'

red 130 ◦ green 181 ◦ blue 156

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

Shades of Padua #82B59C

Tints of Padua #82B59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

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

R = 27.84%
G = 38.76%
B = 33.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#82B59C (or 0x82B59C) is known color: Padua. HEX triplet: 82, B5 and 9C. RGB value is (130,181,156). Sum of RGB (Red+Green+Blue) = 130+181+156=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #82B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B59C is #7D4A63. Grayscale: #A2A2A2. Windows color (decimal): -8211044 or 10270082. OLE color: 10270082.

HSL color Cylindrical-coordinate representation of color #82B59C: hue angle of 150.59º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82B59C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 181 156 -
CMYK 0.28 0 0.14 0.29
HSL 150.59º 0.26% 0.61% -
HSV(B) 150.59º 0.28% 0.71% -
XYZ 31.73 40.19 37.54 -
YUV 162.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 130 181 156 0.28 0 0.14 0.29 150.59 0.26 0.61
Hex 82 B5 9C 1C 0 E 1D 97 1A 3D
Octal 202 265 234 34 0 16 35 227 32 75
Binary 10000010 10110101 10011100 11100 0 1110 11101 10010111 11010 111101

Color Harmonies of #82B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B59C

Black with #82B59C

Text Example


Text Example

White with #82B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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