#7AB394

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

Shades of Padua #7AB394

Tints of Padua #7AB394

Color information

#7AB394 (or 0x7AB394) is unknown color: approx Padua. HEX triplet: 7A, B3 and 94. RGB value is (122,179,148). Sum of RGB (Red+Green+Blue) = 122+179+148=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB394 is #854C6B. Grayscale: #9E9E9E. Windows color (decimal): -8735852 or 9745274. OLE color: 9745274.

HSL color Cylindrical-coordinate representation of color #7AB394: hue angle of 147.37º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB394 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB122179148-
CMYK0.3200.170.30
HSL147.37º27.27%59.02%-
HSV(B)147.37º31.84%70.2%-
XYZ29.4938.5233.9-
YUV158.42122.12102.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.17%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=27.17%
G=39.87%
B=32.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791480.3200.170.30147.3727.2759.02
Hex7AB394200111E931b3b
Octal17226322440021362233373
Binary11110101011001110010100100000010001111101001001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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