#7ab594

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

Shades of Padua #7AB594

Tints of Padua #7AB594

Color information

#7AB594 (or 0x7AB594) is unknown color: approx Padua. HEX triplet: 7A, B5 and 94. RGB value is (122,181,148). Sum of RGB (Red+Green+Blue) = 122+181+148=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB594 is #854A6B. Grayscale: #9F9F9F. Windows color (decimal): -8735340 or 9745786. OLE color: 9745786.

HSL color Cylindrical-coordinate representation of color #7AB594: hue angle of 146.44º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB594 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB122181148-
CMYK0.3300.180.29
HSL146.44º28.5%59.41%-
HSV(B)146.44º32.6%70.98%-
XYZ29.939.3234.03-
YUV159.6121.45101.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.05%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=27.05%
G=40.13%
B=32.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811480.3300.180.29146.4428.559.41
Hex7AB594210121D921d3b
Octal17226522441022352223573
Binary11110101011010110010100100001010010111011001001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ab594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,148); }

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

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

 a { background-color: rgb(122,181,148); }

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

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

 span { border-color: rgb(122,181,148); }

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