#80AF98

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

Shades of Padua #80AF98

Tints of Padua #80AF98

Color information

#80AF98 (or 0x80AF98) is unknown color: approx Padua. HEX triplet: 80, AF and 98. RGB value is (128,175,152). Sum of RGB (Red+Green+Blue) = 128+175+152=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF98 is #7F5067. Grayscale: #9E9E9E. Windows color (decimal): -8343656 or 10006400. OLE color: 10006400.

HSL color Cylindrical-coordinate representation of color #80AF98: hue angle of 150.64º 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 #80AF98 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB128175152-
CMYK0.2700.130.31
HSL150.64º22.71%59.41%-
HSV(B)150.64º26.86%68.63%-
XYZ29.937.5235.37-
YUV158.32124.43106.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=28.13%
G=38.46%
B=33.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751520.2700.130.31150.6422.7159.41
Hex80AF981B0D1F97173b
Octal20025723033015372272773
Binary1000000010101111100110001101101101111111001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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