#80AF96

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

Shades of Padua #80AF96

Tints of Padua #80AF96

Color information

#80AF96 (or 0x80AF96) is unknown color: approx Padua. HEX triplet: 80, AF and 96. RGB value is (128,175,150). Sum of RGB (Red+Green+Blue) = 128+175+150=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF96 is #7F5069. Grayscale: #9E9E9E. Windows color (decimal): -8343658 or 9875328. OLE color: 9875328.

HSL color Cylindrical-coordinate representation of color #80AF96: hue angle of 148.09º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF96 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB128175150-
CMYK0.2700.140.31
HSL148.09º22.71%59.41%-
HSV(B)148.09º26.86%68.63%-
XYZ29.7437.4534.52-
YUV158.1123.43106.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.26%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=28.26%
G=38.63%
B=33.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751500.2700.140.31148.0922.7159.41
Hex80AF961B0E1F94173b
Octal20025722633016372242773
Binary1000000010101111100101101101101110111111001010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,150); }

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

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

 a { background-color: rgb(128,175,150); }

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

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

 span { border-color: rgb(128,175,150); }

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