#83C29C

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

Shades of Padua #83C29C

Tints of Padua #83C29C

Color information

#83C29C (or 0x83C29C) is unknown color: approx Padua. HEX triplet: 83, C2 and 9C. RGB value is (131,194,156). Sum of RGB (Red+Green+Blue) = 131+194+156=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #83C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C29C is #7C3D63. Grayscale: #AAAAAA. Windows color (decimal): -8142180 or 10273411. OLE color: 10273411.

HSL color Cylindrical-coordinate representation of color #83C29C: hue angle of 143.81º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C29C is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB131194156-
CMYK0.3200.200.24
HSL143.81º34.05%63.73%-
HSV(B)143.81º32.47%76.08%-
XYZ34.6545.8138.47-
YUV170.83119.6399.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.23%
GREEN value IS 194 (76.17% from 255) = 40.33%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=27.23%
G=40.33%
B=32.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311941560.3200.200.24143.8134.0563.73
Hex83C29C2001418902240
Octal203302234400243022042100
Binary10000011110000101001110010000001010011000100100001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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