#80B895

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

Shades of Padua #80B895

Tints of Padua #80B895

Color information

#80B895 (or 0x80B895) is unknown color: approx Padua. HEX triplet: 80, B8 and 95. RGB value is (128,184,149). Sum of RGB (Red+Green+Blue) = 128+184+149=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #80B895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B895 is #7F476A. Grayscale: #A3A3A3. Windows color (decimal): -8341355 or 9812096. OLE color: 9812096.

HSL color Cylindrical-coordinate representation of color #80B895: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B895 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB128184149-
CMYK0.3000.190.28
HSL142.5º28.28%61.18%-
HSV(B)142.5º30.43%72.16%-
XYZ31.4741.0434.7-
YUV163.27119.95102.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=27.77%
G=39.91%
B=32.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281841490.3000.190.28142.528.2861.18
Hex80B8951E0131C8e1c3d
Octal20027022536023342163475
Binary10000000101110001001010111110010011111001000111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,184,149); }

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

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

 a { background-color: rgb(128,184,149); }

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

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

 span { border-color: rgb(128,184,149); }

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