#83BD9D

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

Shades of Padua #83BD9D

Tints of Padua #83BD9D

Color information

#83BD9D (or 0x83BD9D) is unknown color: approx Padua. HEX triplet: 83, BD and 9D. RGB value is (131,189,157). Sum of RGB (Red+Green+Blue) = 131+189+157=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD9D is #7C4262. Grayscale: #A8A8A8. Windows color (decimal): -8143459 or 10337667. OLE color: 10337667.

HSL color Cylindrical-coordinate representation of color #83BD9D: hue angle of 146.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BD9D is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB131189157-
CMYK0.3100.170.26
HSL146.9º30.53%62.75%-
HSV(B)146.9º30.69%74.12%-
XYZ33.6443.6538.55-
YUV168.01121.78101.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 189 (74.22% from 255) = 39.62%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=27.46%
G=39.62%
B=32.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311891570.3100.170.26146.930.5362.75
Hex83BD9D1F0111A931f3f
Octal20327523537021322233777
Binary10000011101111011001110111111010001110101001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,157); }

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

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

 a { background-color: rgb(131,189,157); }

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

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

 span { border-color: rgb(131,189,157); }

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