#83B29C

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

Shades of Padua #83B29C

Tints of Padua #83B29C

Color information

#83B29C (or 0x83B29C) is unknown color: approx Padua. HEX triplet: 83, B2 and 9C. RGB value is (131,178,156). Sum of RGB (Red+Green+Blue) = 131+178+156=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #83B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B29C is #7C4D63. Grayscale: #A1A1A1. Windows color (decimal): -8146276 or 10269315. OLE color: 10269315.

HSL color Cylindrical-coordinate representation of color #83B29C: hue angle of 151.91º 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 #83B29C is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB131178156-
CMYK0.2600.120.30
HSL151.91º23.38%60.59%-
HSV(B)151.91º26.4%69.8%-
XYZ31.2839.0737.34-
YUV161.44124.93106.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=28.17%
G=38.28%
B=33.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311781560.2600.120.30151.9123.3860.59
Hex83B29C1A0C1E98173d
Octal20326223432014362302775
Binary1000001110110010100111001101001100111101001100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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