#80C894

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

Shades of Padua #80C894

Tints of Padua #80C894

Color information

#80C894 (or 0x80C894) is unknown color: approx Padua. HEX triplet: 80, C8 and 94. RGB value is (128,200,148). Sum of RGB (Red+Green+Blue) = 128+200+148=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #80C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C894 is #7F376B. Grayscale: #ACACAC. Windows color (decimal): -8337260 or 9750656. OLE color: 9750656.

HSL color Cylindrical-coordinate representation of color #80C894: hue angle of 136.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C894 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB128200148-
CMYK0.3600.260.22
HSL136.67º39.56%64.31%-
HSV(B)136.67º36%78.43%-
XYZ34.948.0435.45-
YUV172.54114.1596.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=26.89%
G=42.02%
B=31.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001480.3600.260.22136.6739.5664.31
Hex80C8942401A16892840
Octal200310224440322621150100
Binary10000000110010001001010010010001101010110100010011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,200,148); }

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

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

 a { background-color: rgb(128,200,148); }

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

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

 span { border-color: rgb(128,200,148); }

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