Html Css Color HEX #82B69A Padua

📋 copy color: '#82B69A'

red 130 ◦ green 182 ◦ blue 154

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

Shades of Padua #82B69A

Tints of Padua #82B69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 154 (60.55% from 255) = 33.05%

R = 27.9%
G = 39.06%
B = 33.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#82B69A (or 0x82B69A) is known color: Padua. HEX triplet: 82, B6 and 9A. RGB value is (130,182,154). Sum of RGB (Red+Green+Blue) = 130+182+154=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #82B69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B69A is #7D4965. Grayscale: #A3A3A3. Windows color (decimal): -8210790 or 10139266. OLE color: 10139266.

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

Color convert

RGB 130 182 154 -
CMYK 0.29 0 0.15 0.29
HSL 147.69º 0.26% 0.61% -
HSV(B) 147.69º 0.29% 0.71% -
XYZ 31.77 40.53 36.72 -
YUV 163.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 130 182 154 0.29 0 0.15 0.29 147.69 0.26 0.61
Hex 82 B6 9A 1D 0 F 1D 94 1A 3D
Octal 202 266 232 35 0 17 35 224 32 75
Binary 10000010 10110110 10011010 11101 0 1111 11101 10010100 11010 111101

Color Harmonies of #82B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B69A

Black with #82B69A

Text Example


Text Example

White with #82B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,182,154); }

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

background-color css

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

 a { background-color: rgb(130,182,154); }

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

border-color css

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

 span { border-color: rgb(130,182,154); }

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