Html Css Color HEX #80B69B Padua

📋 copy color: '#80B69B'

red 128 ◦ green 182 ◦ blue 155

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

Shades of Padua #80B69B

Tints of Padua #80B69B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 27.53%
G = 39.14%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#80B69B (or 0x80B69B) is known color: Padua. HEX triplet: 80, B6 and 9B. RGB value is (128,182,155). Sum of RGB (Red+Green+Blue) = 128+182+155=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #80B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B69B is #7F4964. Grayscale: #A2A2A2. Windows color (decimal): -8341861 or 10204800. OLE color: 10204800.

HSL color Cylindrical-coordinate representation of color #80B69B: hue angle of 150º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B69B is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 155 -
CMYK 0.30 0 0.15 0.29
HSL 150º 0.27% 0.61% -
HSV(B) 150º 0.3% 0.71% -
XYZ 31.55 40.41 37.15 -
YUV 162.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 128 182 155 0.30 0 0.15 0.29 150 0.27 0.61
Hex 80 B6 9B 1E 0 F 1D 96 1B 3D
Octal 200 266 233 36 0 17 35 226 33 75
Binary 10000000 10110110 10011011 11110 0 1111 11101 10010110 11011 111101

Color Harmonies of #80B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B69B

Black with #80B69B

Text Example


Text Example

White with #80B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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