#80BA98

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

Shades of Padua #80BA98

Tints of Padua #80BA98

Color information

#80BA98 (or 0x80BA98) is unknown color: approx Padua. HEX triplet: 80, BA and 98. RGB value is (128,186,152). Sum of RGB (Red+Green+Blue) = 128+186+152=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BA98 is #7F4567. Grayscale: #A4A4A4. Windows color (decimal): -8340840 or 10009216. OLE color: 10009216.

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

Color convert

RGB128186152-
CMYK0.3100.180.27
HSL144.83º29.59%61.57%-
HSV(B)144.83º31.18%72.94%-
XYZ32.1341.9736.11-
YUV164.78120.78101.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 186 (73.05% from 255) = 39.91%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=27.47%
G=39.91%
B=32.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281861520.3100.180.27144.8329.5961.57
Hex80BA981F0121B911e3e
Octal20027223037022332213676
Binary10000000101110101001100011111010010110111001000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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