Html Css Color HEX #80B59E Padua

📋 copy color: '#80B59E'

red 128 ◦ green 181 ◦ blue 158

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

Shades of Padua #80B59E

Tints of Padua #80B59E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.76%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 27.41%
G = 38.76%
B = 33.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#80B59E (or 0x80B59E) is known color: Padua. HEX triplet: 80, B5 and 9E. RGB value is (128,181,158). Sum of RGB (Red+Green+Blue) = 128+181+158=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #80B59E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B59E is #7F4A61. Grayscale: #A2A2A2. Windows color (decimal): -8342114 or 10401152. OLE color: 10401152.

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

Color convert

RGB 128 181 158 -
CMYK 0.29 0 0.13 0.29
HSL 153.96º 0.26% 0.61% -
HSV(B) 153.96º 0.29% 0.71% -
XYZ 31.6 40.11 38.42 -
YUV 162.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 128 181 158 0.29 0 0.13 0.29 153.96 0.26 0.61
Hex 80 B5 9E 1D 0 D 1D 9A 1A 3D
Octal 200 265 236 35 0 15 35 232 32 75
Binary 10000000 10110101 10011110 11101 0 1101 11101 10011010 11010 111101

Color Harmonies of #80B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B59E

Black with #80B59E

Text Example


Text Example

White with #80B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,158); }

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

background-color css

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

 a { background-color: rgb(128,181,158); }

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

border-color css

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

 span { border-color: rgb(128,181,158); }

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