#83B69F

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

Shades of Padua #83B69F

Tints of Padua #83B69F

Color information

#83B69F (or 0x83B69F) is unknown color: approx Padua. HEX triplet: 83, B6 and 9F. RGB value is (131,182,159). Sum of RGB (Red+Green+Blue) = 131+182+159=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #83B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B69F is #7C4960. Grayscale: #A4A4A4. Windows color (decimal): -8145249 or 10466947. OLE color: 10466947.

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

Color convert

RGB131182159-
CMYK0.2800.130.29
HSL152.94º25.89%61.37%-
HSV(B)152.94º28.02%71.37%-
XYZ32.3540.7838.97-
YUV164.13125.1104.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 182 (71.48% from 255) = 38.56%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=27.75%
G=38.56%
B=33.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311821590.2800.130.29152.9425.8961.37
Hex83B69F1C0D1D991a3d
Octal20326623734015352313275
Binary1000001110110110100111111110001101111011001100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,182,159); }

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

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

 a { background-color: rgb(131,182,159); }

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

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

 span { border-color: rgb(131,182,159); }

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