#7CAB91

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

Shades of Padua #7CAB91

Tints of Padua #7CAB91

Color information

#7CAB91 (or 0x7CAB91) is unknown color: approx Padua. HEX triplet: 7C, AB and 91. RGB value is (124,171,145). Sum of RGB (Red+Green+Blue) = 124+171+145=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAB91 is #83546E. Grayscale: #9A9A9A. Windows color (decimal): -8606831 or 9546620. OLE color: 9546620.

HSL color Cylindrical-coordinate representation of color #7CAB91: hue angle of 146.81º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAB91 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB124171145-
CMYK0.2700.150.33
HSL146.81º21.86%57.84%-
HSV(B)146.81º27.49%67.06%-
XYZ27.9935.4632.16-
YUV153.98122.93106.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=28.18%
G=38.86%
B=32.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241711450.2700.150.33146.8121.8657.84
Hex7CAB911B0F2193163a
Octal17425322133017412232672
Binary1111100101010111001000111011011111000011001001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,145); }

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

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

 a { background-color: rgb(124,171,145); }

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

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

 span { border-color: rgb(124,171,145); }

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