Html Css Color HEX #80B49C Padua

📋 copy color: '#80B49C'

red 128 ◦ green 180 ◦ blue 156

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

Shades of Padua #80B49C

Tints of Padua #80B49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.62%

R = 27.59%
G = 38.79%
B = 33.62%

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

#80B49C (or 0x80B49C) is known color: Padua. HEX triplet: 80, B4 and 9C. RGB value is (128,180,156). Sum of RGB (Red+Green+Blue) = 128+180+156=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #80B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B49C is #7F4B63. Grayscale: #A1A1A1. Windows color (decimal): -8342372 or 10269824. OLE color: 10269824.

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

Color convert

RGB 128 180 156 -
CMYK 0.29 0 0.13 0.29
HSL 152.31º 0.26% 0.6% -
HSV(B) 152.31º 0.29% 0.71% -
XYZ 31.22 39.63 37.46 -
YUV 161.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 128 180 156 0.29 0 0.13 0.29 152.31 0.26 0.6
Hex 80 B4 9C 1D 0 D 1D 98 1A 3C
Octal 200 264 234 35 0 15 35 230 32 74
Binary 10000000 10110100 10011100 11101 0 1101 11101 10011000 11010 111100

Color Harmonies of #80B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B49C

Black with #80B49C

Text Example


Text Example

White with #80B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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