Html Css Color HEX #80B49B Padua

📋 copy color: '#80B49B'

red 128 ◦ green 180 ◦ blue 155

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

Shades of Padua #80B49B

Tints of Padua #80B49B

RGB

 RED value IS 128 (50.39% from 255) = 27.65%

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 155 (60.94% from 255) = 33.48%

R = 27.65%
G = 38.88%
B = 33.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#80B49B (or 0x80B49B) is known color: Padua. HEX triplet: 80, B4 and 9B. RGB value is (128,180,155). Sum of RGB (Red+Green+Blue) = 128+180+155=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49B is #7F4B64. Grayscale: #A1A1A1. Windows color (decimal): -8342373 or 10204288. OLE color: 10204288.

HSL color Cylindrical-coordinate representation of color #80B49B: hue angle of 151.15º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B49B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 155 -
CMYK 0.29 0 0.14 0.29
HSL 151.15º 0.26% 0.6% -
HSV(B) 151.15º 0.29% 0.71% -
XYZ 31.14 39.6 37.01 -
YUV 161.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 128 180 155 0.29 0 0.14 0.29 151.15 0.26 0.6
Hex 80 B4 9B 1D 0 E 1D 97 1A 3C
Octal 200 264 233 35 0 16 35 227 32 74
Binary 10000000 10110100 10011011 11101 0 1110 11101 10010111 11010 111100

Color Harmonies of #80B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B49B

Black with #80B49B

Text Example


Text Example

White with #80B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B49B; }

 p { color: rgb(128,180,155); }

 H1.HeaderClassName
 {
   color: #80B49B;
 }
 .AnyTagClassName
 {
   color: #80B49B;
 }
</style>

background-color css

<style>
 a { background-color: #80B49B; }

 a { background-color: rgb(128,180,155); }

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

border-color css

<style>
 span { border-color: #80B49B; }

 span { border-color: rgb(128,180,155); }

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