#83B49E

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

Shades of Padua #83B49E

Tints of Padua #83B49E

Color information

#83B49E (or 0x83B49E) is unknown color: approx Padua. HEX triplet: 83, B4 and 9E. RGB value is (131,180,158). Sum of RGB (Red+Green+Blue) = 131+180+158=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #83B49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B49E is #7C4B61. Grayscale: #A2A2A2. Windows color (decimal): -8145762 or 10400899. OLE color: 10400899.

HSL color Cylindrical-coordinate representation of color #83B49E: hue angle of 153.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83B49E is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB131180158-
CMYK0.2700.120.29
HSL153.06º24.62%60.98%-
HSV(B)153.06º27.22%70.59%-
XYZ31.8539.9438.38-
YUV162.84125.27105.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 180 (70.70% from 255) = 38.38%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=27.93%
G=38.38%
B=33.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801580.2700.120.29153.0624.6260.98
Hex83B49E1B0C1D99193d
Octal20326423633014352313175
Binary1000001110110100100111101101101100111011001100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,158); }

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

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

 a { background-color: rgb(131,180,158); }

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

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

 span { border-color: rgb(131,180,158); }

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