#83B29A

Color #83B29A Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #83B29A

Tints of Padua #83B29A

Color information

#83B29A (or 0x83B29A) is unknown color: approx Padua. HEX triplet: 83, B2 and 9A. RGB value is (131,178,154). Sum of RGB (Red+Green+Blue) = 131+178+154=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #83B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B29A is #7C4D65. Grayscale: #A1A1A1. Windows color (decimal): -8146278 or 10138243. OLE color: 10138243.

HSL color Cylindrical-coordinate representation of color #83B29A: hue angle of 149.36º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83B29A is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB131178154-
CMYK0.2600.130.30
HSL149.36º23.38%60.59%-
HSV(B)149.36º26.4%69.8%-
XYZ31.113936.46-
YUV161.21123.93106.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=28.29%
G=38.44%
B=33.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311781540.2600.130.30149.3623.3860.59
Hex83B29A1A0D1E95173d
Octal20326223232015362252775
Binary1000001110110010100110101101001101111101001010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B29A; }

 p { color: rgb(131,178,154); }

 H1.HeaderClassName
 {
   color: #83B29A;
 }
 .AnyTagClassName
 {
   color: #83B29A;
 }
</style>
background-color css

<style>
 a { background-color: #83B29A; }

 a { background-color: rgb(131,178,154); }

 div.DivClassName
 {
   background-color: #83B29A;
 }
 .BgClassName
 {
   background-color: #83B29A;
 }
</style>
border-color css

<style>
 span { border-color: #83B29A; }

 span { border-color: rgb(131,178,154); }

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