#80B99B

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

Shades of Padua #80B99B

Tints of Padua #80B99B

Color information

#80B99B (or 0x80B99B) is unknown color: approx Padua. HEX triplet: 80, B9 and 9B. RGB value is (128,185,155). Sum of RGB (Red+Green+Blue) = 128+185+155=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #80B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B99B is #7F4664. Grayscale: #A4A4A4. Windows color (decimal): -8341093 or 10205568. OLE color: 10205568.

HSL color Cylindrical-coordinate representation of color #80B99B: hue angle of 148.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B99B is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB128185155-
CMYK0.3100.160.27
HSL148.42º28.93%61.37%-
HSV(B)148.42º30.81%72.55%-
XYZ32.1741.6537.35-
YUV164.54122.62101.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 185 (72.66% from 255) = 39.53%
BLUE value IS 155 (60.94% from 255) = 33.12%
R=27.35%
G=39.53%
B=33.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281851550.3100.160.27148.4228.9361.37
Hex80B99B1F0101B941d3d
Octal20027123337020332243575
Binary10000000101110011001101111111010000110111001010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,185,155); }

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

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

 a { background-color: rgb(128,185,155); }

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

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

 span { border-color: rgb(128,185,155); }

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