Html Css Color HEX #80B497 Padua

📋 copy color: '#80B497'

red 128 ◦ green 180 ◦ blue 151

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

Shades of Padua #80B497

Tints of Padua #80B497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 27.89%
G = 39.22%
B = 32.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#80B497 (or 0x80B497) is known color: Padua. HEX triplet: 80, B4 and 97. RGB value is (128,180,151). Sum of RGB (Red+Green+Blue) = 128+180+151=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #80B497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B497 is #7F4B68. Grayscale: #A1A1A1. Windows color (decimal): -8342377 or 9942144. OLE color: 9942144.

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

Color convert

RGB 128 180 151 -
CMYK 0.29 0 0.16 0.29
HSL 146.54º 0.26% 0.6% -
HSV(B) 146.54º 0.29% 0.71% -
XYZ 30.81 39.47 35.27 -
YUV 161.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 128 180 151 0.29 0 0.16 0.29 146.54 0.26 0.6
Hex 80 B4 97 1D 0 10 1D 93 1A 3C
Octal 200 264 227 35 0 20 35 223 32 74
Binary 10000000 10110100 10010111 11101 0 10000 11101 10010011 11010 111100

Color Harmonies of #80B497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B497

Black with #80B497

Text Example


Text Example

White with #80B497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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