#80CD97

Color #80CD97 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #80CD97

Tints of Padua #80CD97

Color information

#80CD97 (or 0x80CD97) is unknown color: approx Padua. HEX triplet: 80, CD and 97. RGB value is (128,205,151). Sum of RGB (Red+Green+Blue) = 128+205+151=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD97 is #7F3268. Grayscale: #AFAFAF. Windows color (decimal): -8335977 or 9948544. OLE color: 9948544.

HSL color Cylindrical-coordinate representation of color #80CD97: hue angle of 137.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CD97 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB128205151-
CMYK0.3800.260.20
HSL137.92º43.5%65.29%-
HSV(B)137.92º37.56%80.39%-
XYZ36.3250.4937.11-
YUV175.82113.9993.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=26.45%
G=42.36%
B=31.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051510.3800.260.20137.9243.565.29
Hex80CD972601A148a2c41
Octal200315227460322421254101
Binary10000000110011011001011110011001101010100100010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80CD97;
 }
 .AnyTagClassName
 {
   color: #80CD97;
 }
</style>
background-color css

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

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

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

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

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

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