Html Css Color HEX #82B79E Padua

📋 copy color: '#82B79E'

red 130 ◦ green 183 ◦ blue 158

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

Shades of Padua #82B79E

Tints of Padua #82B79E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.85%

 BLUE value IS 158 (62.11% from 255) = 33.55%

R = 27.6%
G = 38.85%
B = 33.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#82B79E (or 0x82B79E) is known color: Padua. HEX triplet: 82, B7 and 9E. RGB value is (130,183,158). Sum of RGB (Red+Green+Blue) = 130+183+158=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #82B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B79E is #7D4861. Grayscale: #A4A4A4. Windows color (decimal): -8210530 or 10401666. OLE color: 10401666.

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

Color convert

RGB 130 183 158 -
CMYK 0.29 0 0.14 0.28
HSL 151.7º 0.27% 0.61% -
HSV(B) 151.7º 0.29% 0.72% -
XYZ 32.31 41.08 38.57 -
YUV 164.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 130 183 158 0.29 0 0.14 0.28 151.7 0.27 0.61
Hex 82 B7 9E 1D 0 E 1C 98 1B 3D
Octal 202 267 236 35 0 16 34 230 33 75
Binary 10000010 10110111 10011110 11101 0 1110 11100 10011000 11011 111101

Color Harmonies of #82B79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B79E

Black with #82B79E

Text Example


Text Example

White with #82B79E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,183,158); }

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

background-color css

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

 a { background-color: rgb(130,183,158); }

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

border-color css

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

 span { border-color: rgb(130,183,158); }

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