#7AB293

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

Shades of Padua #7AB293

Tints of Padua #7AB293

Color information

#7AB293 (or 0x7AB293) is unknown color: approx Padua. HEX triplet: 7A, B2 and 93. RGB value is (122,178,147). Sum of RGB (Red+Green+Blue) = 122+178+147=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB293 is #854D6C. Grayscale: #9D9D9D. Windows color (decimal): -8736109 or 9679482. OLE color: 9679482.

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

Color convert

RGB122178147-
CMYK0.3100.170.30
HSL146.79º26.67%58.82%-
HSV(B)146.79º31.46%69.8%-
XYZ29.2138.0833.42-
YUV157.72121.95102.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.29%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=27.29%
G=39.82%
B=32.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221781470.3100.170.30146.7926.6758.82
Hex7AB2931F0111E931b3b
Octal17226222337021362233373
Binary1111010101100101001001111111010001111101001001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,147); }

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

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

 a { background-color: rgb(122,178,147); }

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

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

 span { border-color: rgb(122,178,147); }

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