#7ABA92

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

Shades of Padua #7ABA92

Tints of Padua #7ABA92

Color information

#7ABA92 (or 0x7ABA92) is unknown color: approx Padua. HEX triplet: 7A, BA and 92. RGB value is (122,186,146). Sum of RGB (Red+Green+Blue) = 122+186+146=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA92 is #85456D. Grayscale: #A2A2A2. Windows color (decimal): -8734062 or 9615994. OLE color: 9615994.

HSL color Cylindrical-coordinate representation of color #7ABA92: hue angle of 142.5º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA92 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB122186146-
CMYK0.3400.220.27
HSL142.5º31.68%60.39%-
HSV(B)142.5º34.41%72.94%-
XYZ30.7741.3333.55-
YUV162.3118.899.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=26.87%
G=40.97%
B=32.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861460.3400.220.27142.531.6860.39
Hex7ABA92220161B8e203c
Octal17227222242026332164074
Binary111101010111010100100101000100101101101110001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,146); }

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

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

 a { background-color: rgb(122,186,146); }

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

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

 span { border-color: rgb(122,186,146); }

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