#7CBA97

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

Shades of Padua #7CBA97

Tints of Padua #7CBA97

Color information

#7CBA97 (or 0x7CBA97) is unknown color: approx Padua. HEX triplet: 7C, BA and 97. RGB value is (124,186,151). Sum of RGB (Red+Green+Blue) = 124+186+151=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBA97 is #834568. Grayscale: #A3A3A3. Windows color (decimal): -8602985 or 9943676. OLE color: 9943676.

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

Color convert

RGB124186151-
CMYK0.3300.190.27
HSL146.13º31%60.78%-
HSV(B)146.13º33.33%72.94%-
XYZ31.4641.6435.66-
YUV163.47120.9699.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 186 (73.05% from 255) = 40.35%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=26.90%
G=40.35%
B=32.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861510.3300.190.27146.133160.78
Hex7CBA97210131B921f3d
Octal17427222741023332223775
Binary11111001011101010010111100001010011110111001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBA97; }

 p { color: rgb(124,186,151); }

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

<style>
 a { background-color: #7CBA97; }

 a { background-color: rgb(124,186,151); }

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

<style>
 span { border-color: #7CBA97; }

 span { border-color: rgb(124,186,151); }

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