#7ABA97

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

Shades of Padua #7ABA97

Tints of Padua #7ABA97

Color information

#7ABA97 (or 0x7ABA97) is unknown color: approx Padua. HEX triplet: 7A, BA and 97. RGB value is (122,186,151). Sum of RGB (Red+Green+Blue) = 122+186+151=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA97 is #854568. Grayscale: #A2A2A2. Windows color (decimal): -8734057 or 9943674. OLE color: 9943674.

HSL color Cylindrical-coordinate representation of color #7ABA97: hue angle of 147.19º 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 #7ABA97 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB122186151-
CMYK0.3400.190.27
HSL147.19º31.68%60.39%-
HSV(B)147.19º34.41%72.94%-
XYZ31.1741.4935.64-
YUV162.87121.398.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=26.58%
G=40.52%
B=32.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221861510.3400.190.27147.1931.6860.39
Hex7ABA97220131B93203c
Octal17227222742023332234074
Binary111101010111010100101111000100100111101110010011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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