Html Css Color HEX #80B49A Padua

📋 copy color: '#80B49A'

red 128 ◦ green 180 ◦ blue 154

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

Shades of Padua #80B49A

Tints of Padua #80B49A

RGB

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

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

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

R = 27.71%
G = 38.96%
B = 33.33%

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

#80B49A (or 0x80B49A) is known color: Padua. HEX triplet: 80, B4 and 9A. RGB value is (128,180,154). Sum of RGB (Red+Green+Blue) = 128+180+154=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49A is #7F4B65. Grayscale: #A1A1A1. Windows color (decimal): -8342374 or 10138752. OLE color: 10138752.

HSL color Cylindrical-coordinate representation of color #80B49A: hue angle of 150º 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 #80B49A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 154 -
CMYK 0.29 0 0.14 0.29
HSL 150º 0.26% 0.6% -
HSV(B) 150º 0.29% 0.71% -
XYZ 31.06 39.56 36.57 -
YUV 161.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 128 180 154 0.29 0 0.14 0.29 150 0.26 0.6
Hex 80 B4 9A 1D 0 E 1D 96 1A 3C
Octal 200 264 232 35 0 16 35 226 32 74
Binary 10000000 10110100 10011010 11101 0 1110 11101 10010110 11010 111100

Color Harmonies of #80B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B49A

Black with #80B49A

Text Example


Text Example

White with #80B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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