Html Css Color HEX #83B29D Padua

📋 copy color: '#83B29D'

red 131 ◦ green 178 ◦ blue 157

#83B29D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #83B29D

Tints of Padua #83B29D

RGB

 RED value IS 131 (51.56% from 255) = 28.11%

 GREEN value IS 178 (69.92% from 255) = 38.2%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 28.11%
G = 38.2%
B = 33.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#83B29D (or 0x83B29D) is known color: Padua. HEX triplet: 83, B2 and 9D. RGB value is (131,178,157). Sum of RGB (Red+Green+Blue) = 131+178+157=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #83B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B29D is #7C4D62. Grayscale: #A1A1A1. Windows color (decimal): -8146275 or 10334851. OLE color: 10334851.

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

Color convert

RGB 131 178 157 -
CMYK 0.26 0 0.12 0.30
HSL 153.19º 0.23% 0.61% -
HSV(B) 153.19º 0.26% 0.7% -
XYZ 31.37 39.1 37.79 -
YUV 161.55 125.43 106.21 -
System Red Green Blue C M Y K H S L
Decimal 131 178 157 0.26 0 0.12 0.30 153.19 0.23 0.61
Hex 83 B2 9D 1A 0 C 1E 99 17 3D
Octal 203 262 235 32 0 14 36 231 27 75
Binary 10000011 10110010 10011101 11010 0 1100 11110 10011001 10111 111101

Color Harmonies of #83B29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B29D

Black with #83B29D

Text Example


Text Example

White with #83B29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83B29D;
 }
 .AnyTagClassName
 {
   color: #83B29D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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