Html Css Color HEX #83B29A Padua

📋 copy color: '#83B29A'

red 131 ◦ green 178 ◦ blue 154

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

Shades of Padua #83B29A

Tints of Padua #83B29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 28.29%
G = 38.44%
B = 33.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#83B29A (or 0x83B29A) is known color: Padua. HEX triplet: 83, B2 and 9A. RGB value is (131,178,154). Sum of RGB (Red+Green+Blue) = 131+178+154=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #83B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83B29A is #7C4D65. Grayscale: #A1A1A1. Windows color (decimal): -8146278 or 10138243. OLE color: 10138243.

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

Color convert

RGB 131 178 154 -
CMYK 0.26 0 0.13 0.30
HSL 149.36º 0.23% 0.61% -
HSV(B) 149.36º 0.26% 0.7% -
XYZ 31.11 39 36.46 -
YUV 161.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 131 178 154 0.26 0 0.13 0.30 149.36 0.23 0.61
Hex 83 B2 9A 1A 0 D 1E 95 17 3D
Octal 203 262 232 32 0 15 36 225 27 75
Binary 10000011 10110010 10011010 11010 0 1101 11110 10010101 10111 111101

Color Harmonies of #83B29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B29A

Black with #83B29A

Text Example


Text Example

White with #83B29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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